]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Dec 2011 08:25:44 +0000 (16:25 +0800)
committerHaojian Zhuang <haojian.zhuang@marvell.com>
Thu, 16 Feb 2012 02:41:23 +0000 (10:41 +0800)
commit8fb28231a907f02d879a075cee7ec610b6439be0
treecd294a321513058dd600e88a97f41df273fe2fbd
parentbe9bac9d33c0864ac7684c683df5da3b0c38e3b7
ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe

If pxa2xx_drv_pcmcia_add_one fails, it will go to err1 error path.
Add a missing clk_put in the error path.

Checking the ret value after the for loop is redundant, it is always false.
Thus remove the redundant checking.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
drivers/pcmcia/pxa2xx_base.c