diff options
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 9b5a10ac3e25..9f91f1a20542 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -1283,9 +1283,6 @@ int qla2x00_probe_one(struct pci_dev *pdev, struct qla_board_info *brd_info) | |||
1283 | fc_port_t *fcport; | 1283 | fc_port_t *fcport; |
1284 | struct scsi_host_template *sht; | 1284 | struct scsi_host_template *sht; |
1285 | 1285 | ||
1286 | if (PCI_FUNC(pdev->devfn)) | ||
1287 | goto probe_out; | ||
1288 | |||
1289 | if (pci_enable_device(pdev)) | 1286 | if (pci_enable_device(pdev)) |
1290 | goto probe_out; | 1287 | goto probe_out; |
1291 | 1288 | ||