diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2018-09-11 11:51:29 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-12 20:33:11 -0700 |
commit | db3df242bc4407ce92fdd0ec429e15bcfb961b00 (patch) | |
tree | b7f98b918102a085423ae89dc6dbb1250fefa6b7 /drivers/net/ethernet/mellanox/mlx4 | |
parent | 435f2e7cc0b783615d7fbcf08f5f00d289f9caeb (diff) |
qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c: In function 'qlcnic_sriov_pull_bc_msg':
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c:907:6: warning:
variable 'fw_mbx' set but not used [-Wunused-but-set-variable]
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c: In function 'qlcnic_sriov_issue_bc_post':
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c:939:16: warning:
variable 'hdr_size' set but not used [-Wunused-but-set-variable]
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4')
0 files changed, 0 insertions, 0 deletions