]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: fix return value check in sirfsoc_of_clk_init()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 7 Oct 2012 14:02:09 +0000 (22:02 +0800)
committerMike Turquette <mturquette@linaro.org>
Mon, 29 Oct 2012 17:34:13 +0000 (10:34 -0700)
commita87b023b3a6b2365be8058457711ee906d805829
tree0f421b15e47df82d52ea13beedba7c649e2cc7bd
parent9bcaec4a620c69d29854200dc75d33962f4ea185
clk: fix return value check in sirfsoc_of_clk_init()

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 <yongjun_wei@trendmicro.com.cn>
drivers/clk/clk-prima2.c