Re: [PATCH net-next] RDS: IB: fix 'passing zero to ERR_PTR()' warning

From: David Miller
Date: Tue Aug 07 2018 - 16:20:08 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Tue, 7 Aug 2018 19:34:16 +0800

> Fix a static code checker warning:
> net/rds/ib_frmr.c:82 rds_ib_alloc_frmr() warn: passing zero to 'ERR_PTR'
>
> The error path for ib_alloc_mr failure should set err to PTR_ERR.
>
> Fixes: 1659185fb4d0 ("RDS: IB: Support Fastreg MR (FRMR) memory registration mode")
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied to net-next, thanks.