]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'
authorYue Haibing <yuehaibing@huawei.com>
Tue, 11 Sep 2018 11:51:29 +0000 (11:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 03:33:11 +0000 (20:33 -0700)
commitdb3df242bc4407ce92fdd0ec429e15bcfb961b00
treeb7f98b918102a085423ae89dc6dbb1250fefa6b7
parent435f2e7cc0b783615d7fbcf08f5f00d289f9caeb
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>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c