Wei Yongjun cdfed3b21f clk: fix return value check in of_fixed_clk_setup()
In case of error, the function clk_register_fixed_rate() returns
ERR_PTR() not NULL pointer. The NULL test in the return value
check should be replaced with IS_ERR().

dpatch engine is used to auto generated 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>
2012-10-29 11:06:19 -07:00
..
2012-10-02 17:26:42 -07:00
2012-07-11 17:58:47 -07:00
2012-08-31 11:05:18 -07:00
2012-07-11 15:36:45 -07:00
2012-10-01 18:28:06 -07:00