commit | b03e119fff8a06f55faaaa11c6259829fe81cbb4 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Jul 22 22:18:08 2014 +0800 |
committer | Jason Cooper <jason@lakedaemon.net> | Wed Jul 23 12:31:13 2014 +0000 |
tree | 17da421708cd39346b57614ca8678aecb1b03513 | |
parent | ba3ec5780bba27819bbc4f669e6c77418a00f14b [diff] |
ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init() In case of error, the function clk_get() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Link: https://lkml.kernel.org/r/1406038688-26417-1-git-send-email-weiyj_lk@163.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>