From: Stephen Warren Date: Mon, 25 Nov 2013 22:12:47 +0000 (-0700) Subject: regmap: use IS_ERR() to check clk_get() results X-Git-Tag: v3.13-rc4~14^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8e090ecc3dc977fe2eabf6e50bb3870de9ebac;p=pandora-kernel.git regmap: use IS_ERR() to check clk_get() results clk_get() returns an error pointer, or a valid token to pass back to the clock API. Hence, the result must be checked with IS_ERR(), not by comparison against NULL. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed