Re: RDMA/bnxt_re: Remove redundant bnxt_qplib_disable_nq() call

From: Jason Gunthorpe
Date: Wed Dec 13 2017 - 12:38:13 EST


On Tue, Nov 14, 2017 at 06:20:56PM +0530, Arvind Yadav wrote:
> The bnxt_qplib_disable_nq() call is redundant as it occurs
> after 'goto fail' and hence it called twice. Remove it.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> drivers/infiniband/hw/bnxt_re/qplib_fp.c | 1 -
> 1 file changed, 1 deletion(-)

Applied to for-next, thanks

Jason