ARM: mach-shmobile: Fix up ap4evb build warnings.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 31 May 2010 05:25:57 +0000 (14:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 31 May 2010 05:25:57 +0000 (14:25 +0900)
The FSI changes introduced IS_ERR_VALUE() checks for error conditions,
despite clk_get() handing back a pointer. Switch these over to IS_ERR()
like the rest of the code.

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

No differences found