commit | e9c05afa80ba9368ec5f78d493b17a8f836ef508 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Nov 14 00:24:18 2005 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun Nov 13 10:31:43 2005 -0500 |
tree | 294ea4be14e6ad608d5e354d81605514858ca600 | |
parent | 9e6c67fd2716720d9029d38ea25884efcfdedeb6 [diff] |
[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>