]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/6xx: add missing iounmap() on error in hlwd_pic_init()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 12 Oct 2013 07:13:19 +0000 (15:13 +0800)
committerScott Wood <scottwood@freescale.com>
Tue, 29 Oct 2013 02:11:22 +0000 (21:11 -0500)
commiteed2ba5a2950a5831e002fc2e5dfb15553414b67
treea85c02c8437018eb0045555d3f8689694bc86ff2
parent32e419faff6cd6fe384794484fd59bd13c8a90cf
powerpc/6xx: add missing iounmap() on error in hlwd_pic_init()

Add the missing iounmap() before return from hlwd_pic_init()
in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/embedded6xx/hlwd-pic.c