From: Aaro Koskinen Date: Thu, 4 Feb 2010 11:06:59 +0000 (+0200) Subject: OMAP: hsmmc: fix memory leak X-Git-Tag: v2.6.33-rc8~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c7fdd29350a74ba5f76809436de9c3d6763009;p=pandora-kernel.git OMAP: hsmmc: fix memory leak The platform data allocated with kmalloc() will become unreachable once the init is complete, so it should be freed. The problem was discovered by kmemleak. Signed-off-by: Aaro Koskinen Acked-by: Adrian Hunter Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed