commit | a6c7fdd29350a74ba5f76809436de9c3d6763009 | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@nokia.com> | Thu Feb 04 13:06:59 2010 +0200 |
committer | Tony Lindgren <tony@atomide.com> | Wed Feb 10 09:20:33 2010 -0800 |
tree | 0bd269342ae913bfc760453c57462558aa74e10d | |
parent | 80e1e823989ec44d8e35bdfddadbddcffec90424 [diff] |
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 <aaro.koskinen@nokia.com> Acked-by: Adrian Hunter <adrian.hunter@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>