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.4-rc1~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24fa8affe020c57a25bbb73ed31a6e4eb5c00c2;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: Dominik Brodowski --- Reading git-diff-tree failed