From: Vasiliy Kulikov Date: Fri, 26 Nov 2010 17:06:02 +0000 (+0000) Subject: arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check X-Git-Tag: v2.6.37-rc6~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9675f3282f5565cc9e3698cc847355c1194871;p=pandora-kernel.git arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check clk_get() returns ERR_PTR() on error, not NULL. Signed-off-by: Vasiliy Kulikov Acked-by: Kevin Hilman [tony@atomide.com: updated to include err.h to compile on omap1] Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed