RDMA/bnxt_re: Remove redundant bnxt_qplib_disable_nq() call
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 14 Nov 2017 12:50:56 +0000 (18:20 +0530)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 13 Dec 2017 17:35:31 +0000 (10:35 -0700)
commit302784729e7fb29d5888686fe83b42bb18f81ab8
tree459c6c05b65f49d37ee62ce2c586f0af1c3dd8f1
parente711f968c49c224527e75203cf121c7a69309030
RDMA/bnxt_re: Remove redundant bnxt_qplib_disable_nq() call

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@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/bnxt_re/qplib_fp.c