]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] sil24: add missing ata_pad_free()
authorTejun Heo <htejun@gmail.com>
Sun, 13 Nov 2005 15:24:18 +0000 (00:24 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 13 Nov 2005 15:31:43 +0000 (10:31 -0500)
commite9c05afa80ba9368ec5f78d493b17a8f836ef508
tree294ea4be14e6ad608d5e354d81605514858ca600
parent9e6c67fd2716720d9029d38ea25884efcfdedeb6
[PATCH] sil24: add missing ata_pad_free()

sil24_port_stop() is missing call to ata_pad_free() thus leaking pad
buffer when a port is stopped.  This patch adds it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/sata_sil24.c