]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit8d7c0b527fba4891e5d8c74d78e80cac177bce5e
treea85c02c8437018eb0045555d3f8689694bc86ff2
parent5f2da0f1e8fb074482118f04d0db0614951c3bb8
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