]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: isl12057: use PTR_ERR_OR_ZERO to fix coccinelle warnings
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 18 Feb 2014 18:00:21 +0000 (18:00 +0000)
committerJason Cooper <jason@lakedaemon.net>
Tue, 18 Feb 2014 18:00:21 +0000 (18:00 +0000)
commit00b28184b1f148a60a08ddc2efd220ec4da32726
tree5c23809f70b3612fa897c7b6d956e0efc84b7721
parent087a4ab272780f52f6ea24b1c0e2e8dd3a220e15
rtc: isl12057: use PTR_ERR_OR_ZERO to fix coccinelle warnings

drivers/rtc/rtc-isl12057.c:278:1-3: WARNING: PTR_RET can be used

 Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR

Generated by: coccinelle/api/ptr_ret.cocci

CC: Arnaud Ebalard <arno@natisbad.org>
CC: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/rtc/rtc-isl12057.c