commit | 00b28184b1f148a60a08ddc2efd220ec4da32726 | [log] [tgz] |
---|---|---|
author | Fengguang Wu <fengguang.wu@intel.com> | Tue Feb 18 18:00:21 2014 +0000 |
committer | Jason Cooper <jason@lakedaemon.net> | Tue Feb 18 18:00:21 2014 +0000 |
tree | 5c23809f70b3612fa897c7b6d956e0efc84b7721 | |
parent | 087a4ab272780f52f6ea24b1c0e2e8dd3a220e15 [diff] |
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>