Commits

Paul Mundt committed 2ae2b766357
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>