diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-27 16:25:44 +0800 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2012-03-03 14:43:37 +0100 |
commit | f24fa8affe020c57a25bbb73ed31a6e4eb5c00c2 (patch) | |
tree | 7aa11d6e04ba42a1e988d46bcb346bed2732caba /tools | |
parent | 2b2c5d8c1dff8ed42d6d841f56428c0ce2bd71b5 (diff) |
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: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions