From: Jonghwan Choi Date: Wed, 20 Jun 2012 08:05:37 +0000 (+0900) Subject: ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL X-Git-Tag: v3.2.22~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c8c02cd596d6bd0a0a9313a6bc445b427f07d7;p=pandora-kernel.git ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL commit a5d8f4765f0e92ef027492a8cb979c5b8d45f2c3 upstream. On the error condition clk_get() returns ERR_PTR(). Signed-off-by: Jonghwan Choi Signed-off-by: Kukjin Kim Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed