From: Axel Lin Date: Tue, 27 Dec 2011 08:25:44 +0000 (+0800) Subject: ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe X-Git-Tag: v3.3-rc6~22^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb28231a907f02d879a075cee7ec610b6439be0;p=pandora-kernel.git 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 Acked-by: Eric Miao Acked-by: Marek Vasut Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed