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

From: Devesh Sharma
Date: Tue Dec 19 2017 - 06:11:40 EST


However delayed ack but still..thanks for supplying this fix.

Acked-by: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx>


On Wed, Dec 13, 2017 at 11:07 PM, Jason Gunthorpe <jgg@xxxxxxxx> wrote:
> 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