From: Timur Tabi Date: Wed, 20 Aug 2008 15:29:09 +0000 (-0500) Subject: powerpc: fix memory leaks in QE library X-Git-Tag: v2.6.27-rc5~29^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a4e9e91dd3916ef91aa4899b7271bba0248677;p=pandora-kernel.git powerpc: fix memory leaks in QE library Fix two memory leaks in the Freescale QE library: add a missing kfree() in ucc_fast_init() and ucc_slow_init() if the ioremap() fails, and update ucc_fast_free() and ucc_slow_free() to call iounmap() if necessary. Based on a patch from Tony Breeds . Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- Reading git-diff-tree failed