commit | 7d6203af30b45bb1506e20935a270286c3e2393f | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sat Dec 07 14:00:19 2013 +0800 |
committer | Tejun Heo <tj@kernel.org> | Thu Dec 12 10:59:09 2013 -0500 |
tree | e5046d82c226d2b1804242f9bd7defdb258ac6c2 | |
parent | ee4e5a9abf470908bb04feadec236c51e19fc413 [diff] |
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>