On Wed, Jul 31, 2019 at 03:37:48PM +0800, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/infiniband/hw/hns/hns_roce_hw_v2.c: In function > hns_roce_v2_cleanup_eq_table: > drivers/infiniband/hw/hns/hns_roce_hw_v2.c:5920:6: > warning: variable irq_num set but not used [-Wunused-but-set-variable] > > It is not used since > commit 33db6f94847c ("RDMA/hns: Refactor eq table init for hip08") > > Reported-by: Hulk Robot <hul...@huawei.com> > Signed-off-by: YueHaibing <yuehaib...@huawei.com> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 -- > 1 file changed, 2 deletions(-) >
I'm hitting this error too. Thanks, Reviewed-by: Leon Romanovsky <leo...@mellanox.com>