diff options
Diffstat (limited to 'drivers/scsi/qedi/qedi_main.c')
-rw-r--r-- | drivers/scsi/qedi/qedi_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qedi/qedi_main.c b/drivers/scsi/qedi/qedi_main.c index 5eda21d903e9..92775a8b74b1 100644 --- a/drivers/scsi/qedi/qedi_main.c +++ b/drivers/scsi/qedi/qedi_main.c | |||
@@ -1805,7 +1805,7 @@ static int __qedi_probe(struct pci_dev *pdev, int mode) | |||
1805 | */ | 1805 | */ |
1806 | qedi_ops->common->update_pf_params(qedi->cdev, &qedi->pf_params); | 1806 | qedi_ops->common->update_pf_params(qedi->cdev, &qedi->pf_params); |
1807 | 1807 | ||
1808 | qedi_setup_int(qedi); | 1808 | rc = qedi_setup_int(qedi); |
1809 | if (rc) | 1809 | if (rc) |
1810 | goto stop_iscsi_func; | 1810 | goto stop_iscsi_func; |
1811 | 1811 | ||
@@ -2007,6 +2007,7 @@ static void qedi_remove(struct pci_dev *pdev) | |||
2007 | 2007 | ||
2008 | static struct pci_device_id qedi_pci_tbl[] = { | 2008 | static struct pci_device_id qedi_pci_tbl[] = { |
2009 | { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, 0x165E) }, | 2009 | { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, 0x165E) }, |
2010 | { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, 0x8084) }, | ||
2010 | { 0 }, | 2011 | { 0 }, |
2011 | }; | 2012 | }; |
2012 | MODULE_DEVICE_TABLE(pci, qedi_pci_tbl); | 2013 | MODULE_DEVICE_TABLE(pci, qedi_pci_tbl); |