RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
authorYueHaibing <yuehaibing@huawei.com>
Sat, 5 Sep 2020 12:16:24 +0000 (20:16 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 9 Sep 2020 16:20:48 +0000 (13:20 -0300)
commit9e712446a80bba9ede824ff00f2af630ed9ac0be
tree37d2c7689511b1b84e1857022467a7980f84aafe
parent28b0865714b315e318ac45c4fc9156f3d4649646
RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'

drivers/infiniband/hw/bnxt_re/main.c:1012:25:
 warning: variable ‘qplib_ctx’ set but not used [-Wunused-but-set-variable]

Fixes: f86b31c6a28f ("RDMA/bnxt_re: Static NQ depth allocation")
Link: https://lore.kernel.org/r/20200905121624.32776-1-yuehaibing@huawei.com
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/bnxt_re/main.c