ethernet/qlogic: remove unused array msi_tgt_status
authorColin Ian King <colin.king@canonical.com>
Wed, 8 Aug 2018 18:04:27 +0000 (19:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Aug 2018 21:16:51 +0000 (14:16 -0700)
commit51507c5f6484055c3d6071e9fb7aac5567efc20f
tree13d248f93faf8ee4fe6b3dcd2d129850d341ded0
parent933de7866b57b2fc8adc160642a81f07175f138d
ethernet/qlogic: remove unused array msi_tgt_status

Array msi_tgt_status is defined but never used, hence it is
redundant and can be removed.

Cleans up clang warning:
warning: 'msi_tgt_status' defined but not used [-Wunused-const-variable=]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c