On Wed, Nov 28, 2018 at 07:21:30AM +0800, kbuild test robot wrote: > From: kbuild test robot <fengguang.wu@xxxxxxxxx> > > drivers/infiniband/core/uverbs_cmd.c:1095: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 > > Fixes: 7106a9769715 ("RDMA/uverbs: Make write() handlers return 0 on success") > Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx> > --- applied to for-next, thanks Jason