From: Aaro Koskinen Date: Sat, 18 Dec 2010 02:15:05 +0000 (-0800) Subject: arm: mach-omap2: hsmmc_reset: fix clk_get() error handling X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77baacab3916a48dc30855600383e37f0241feb;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed