mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user