sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 12 May 2009 07:07:40 +0000 (16:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 12 May 2009 07:07:40 +0000 (16:07 +0900)
clk_get() needs to also perform an IS_ERR() check to see whether
clk_get_sys() failed or not.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found