commit | 202cc98acf96de1c3897194e1ed5ae1c80c8b0f3 | [log] [tgz] |
---|---|---|
author | kbuild test robot <fengguang.wu@intel.com> | Fri Jul 31 15:01:04 2015 +0530 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sat Sep 05 13:19:09 2015 +0200 |
tree | 38e7417219078f348fe241b235152bf8cc53045e | |
parent | e7cba884af366f49ab7b7f5157e690357addebba [diff] |
rtc: gemini: fix ptr_ret.cocci warnings drivers/rtc/rtc-gemini.c:151:1-3: WARNING: PTR_ERR_OR_ZERO can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: scripts/coccinelle/api/ptr_ret.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>