commit | 434c23a7ef48763fd8d4adfb0edebb4237770f9d | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <Aaro.Koskinen@nokia.com> | Mon Dec 20 18:48:15 2010 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Mon Dec 20 18:48:15 2010 -0800 |
tree | 31d5f523fa726c87e07ce1a061848ff275f98c87 | |
parent | f7bb0d9ab29e3159e22c3bfc843bd37c7d3c91a0 [diff] |
arm: mach-omap2: hsmmc_reset: fix clk_get() error handling clk_get() return value should be checked with IS_ERR(). Furthermore, clocks should be put and disabled properly. Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>