Searched hist:ddc07ef9499509200033be7e387feb6c83744a73 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-twl6040.c | diff ddc07ef9499509200033be7e387feb6c83744a73 Thu Nov 01 06:33:55 CET 2012 Wei Yongjun <yongjun_wei@trendmicro.com.cn> 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>
|