commit | 8c31c9188b27b276b5ba3d362fa8e2adc9b7404a | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Fri Sep 28 10:59:53 2018 +0000 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Sun Sep 30 19:21:11 2018 -0600 |
tree | 7440481ba2d611f3983e3b2717b74551a98bc9f4 | |
parent | aef716fa5e6da3919cca22ac2097a90d73d8177f [diff] |
RDMA/hns: remove set but not used variable 'dseg' Fixes gcc '-Wunused-but-set-variable' warning: drivers/infiniband/hw/hns/hns_roce_hw_v2.c: In function 'hns_roce_v2_post_send': drivers/infiniband/hw/hns/hns_roce_hw_v2.c:194:35: warning: variable 'dseg' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>