Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205233
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drivers: rtc: fix ptr_ret.cocci warnings |
| Date | 2015-08-11 18:00 +0200 |
| Message-ID | <pWk83-1c5-29@gated-at.bofh.it> (permalink) |
| References | <pSeaS-mJ-27@gated-at.bofh.it> <pSeXf-1yJ-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 31/07/2015 at 15:01:04 +0530, Viresh Kumar wrote : > From: kbuild test robot <fengguang.wu@intel.com> > > 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> > --- > Got a cleanup patch from Fengguang, maybe we can apply this too. > > rtc-gemini.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] drivers: rtc: fix ptr_ret.cocci warnings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-11 18:00 +0200
csiph-web