On Thu, Nov 29, 2018 at 01:36:42AM +0000, YueHaibing wrote: > Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > --- > drivers/infiniband/core/uverbs_cmd.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Sorry, but kbuild-robot beat you to it, I applied that version Thanks, Jason