From: Wei Yongjun Date: Tue, 9 Oct 2012 02:46:00 +0000 (+0800) Subject: clk: fix return value check in bcm2835_init_clocks() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~93^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de9f23a2859a4aec5db210887c7457e0c24b9ca;p=pandora-kernel.git 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 Acked-by: Stephen Warren Signed-off-by: Mike Turquette --- Reading git-diff-tree failed