From: Wei Yongjun Date: Thu, 1 Nov 2012 05:33:55 +0000 (+0800) Subject: CLK: clk-twl6040: fix return value check in twl6040_clk_probe() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~93^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc07ef9499509200033be7e387feb6c83744a73;p=pandora-kernel.git CLK: clk-twl6040: fix return value check in twl6040_clk_probe() In case of error, the function clk_register() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun Signed-off-by: Mike Turquette --- Reading git-diff-tree failed