qla2x00t-32gbit: Fix a false positive compiler warning when building against v4.9

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8146 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-04-03 01:00:46 +00:00
parent 694ea5608a
commit 090aa93013

View File

@@ -3461,7 +3461,7 @@ static int
qla24xx_enable_msix(struct qla_hw_data *ha, struct rsp_que *rsp)
{
int i, ret;
struct qla_msix_entry *qentry;
struct qla_msix_entry *qentry = NULL;
scsi_qla_host_t *vha = pci_get_drvdata(ha->pdev);
int min_vecs = QLA_BASE_VECTORS;