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

David Miller davem at davemloft.net
Tue Aug 7 13:20:05 PDT 2018


From: YueHaibing <yuehaibing at huawei.com>
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 at huawei.com>

Applied to net-next, thanks.



More information about the rds-devel mailing list