aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2012-10-09 10:46:00 +0800
committerMike Turquette <[email protected]>2012-11-09 16:49:15 -0800
commit0de9f23a2859a4aec5db210887c7457e0c24b9ca (patch)
treee853f255bc04dac6b7ea8ab03c0e2d026a3c7fbb /include/linux/debugobjects.h
parent78e30d12168b540d426e4584b3d485e80fbc2a51 (diff)
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 <[email protected]> Acked-by: Stephen Warren <[email protected]> Signed-off-by: Mike Turquette <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions