From: Russell King Date: Sun, 24 Feb 2013 10:51:00 +0000 (+0000) Subject: ARM: cleanup: clk_get_sys() error handling X-Git-Tag: omap-for-v3.10/timer-signed~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23cbd4e84f98b36c91d19990760207112f142c5b;p=pandora-kernel.git ARM: cleanup: clk_get_sys() error handling Fix clk_get_sys() error handling; IS_ERR() should be used rather than IS_ERR_OR_NULL() to check for errors. Signed-off-by: Russell King --- Reading git-diff-tree failed