summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-vt8500.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-10-09 06:46:00 +0400
committerMike Turquette <mturquette@linaro.org>2012-11-10 04:49:15 +0400
commit0de9f23a2859a4aec5db210887c7457e0c24b9ca (patch)
treee853f255bc04dac6b7ea8ab03c0e2d026a3c7fbb /drivers/clk/clk-vt8500.c
parent78e30d12168b540d426e4584b3d485e80fbc2a51 (diff)
downloadlinux-0de9f23a2859a4aec5db210887c7457e0c24b9ca.tar.xz
clk: fix return value check in bcm2835_init_clocks()
In case of error, the function clk_register_fixed_rate() 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> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/clk-vt8500.c')
0 files changed, 0 insertions, 0 deletions