]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit2ae2b766357f62630895045c302c87d0727dbd1d
tree74461c485518014f209166fcbb955b45aba6248a
parent8d3e17bab9b3da44a9ebacb03f378353f06e6f83
ARM: mach-shmobile: Fix up ap4evb build warnings.

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>
arch/arm/mach-shmobile/board-ap4evb.c