commit | ddc07ef9499509200033be7e387feb6c83744a73 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Thu Nov 01 13:33:55 2012 +0800 |
committer | Mike Turquette <mturquette@linaro.org> | Thu Nov 15 11:04:34 2012 -0800 |
tree | 71618b3abfc83c843dade2a33cf48d862cb153cb | |
parent | 5678596c7628e47e022d1d30fb2a6c9607f42a0e [diff] |
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 <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mike Turquette <mturquette@linaro.org>