From: Tejun Heo Date: Mon, 11 Dec 2006 13:26:25 +0000 (+0900) Subject: [PATCH] ata_piix: use piix_host_stop() in ich_pata_ops X-Git-Tag: v2.6.20-rc2~123^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae07dc389bc32a3638b9d4c61dd3738ca3fb61d;p=pandora-kernel.git [PATCH] ata_piix: use piix_host_stop() in ich_pata_ops piix_init_one() allocates host private data which should be freed by piix_host_stop(). ich_pata_ops wasn't converted to piix_host_stop() while merging, leaking 4 bytes on driver detach. Fix it. This was spotted using Kmemleak by Catalin Marinas. Signed-off-by: Tejun Heo Cc: Catalin Marinas Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed