From: Paul Mundt Date: Mon, 31 May 2010 05:25:57 +0000 (+0900) Subject: ARM: mach-shmobile: Fix up ap4evb build warnings. X-Git-Tag: v2.6.36-rc1~102^2^2^2~1^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae2b766357f62630895045c302c87d0727dbd1d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed