]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ahci: imx: fix the error handling in imx_ahci_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 7 Dec 2013 06:00:19 +0000 (14:00 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 12 Dec 2013 15:59:09 +0000 (10:59 -0500)
commit7d6203af30b45bb1506e20935a270286c3e2393f
treee5046d82c226d2b1804242f9bd7defdb258ac6c2
parentee4e5a9abf470908bb04feadec236c51e19fc413
ahci: imx: fix the error handling in imx_ahci_probe()

Release alloced resources instead of direct return from
imx_ahci_probe() in the error handling case.

Fixes: 4a23d1793f8e ('ahci: imx: Add i.MX53 support')
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Marek Vasut <marex@denx.de>
drivers/ata/ahci_imx.c