aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/sata_promise.c4
-rw-r--r--drivers/scsi/sata_sil.c4
-rw-r--r--drivers/scsi/sata_sx4.c4
3 files changed, 0 insertions, 12 deletions
diff --git a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c
index 9557c7aa45e0..000844a4129f 100644
--- a/drivers/scsi/sata_promise.c
+++ b/drivers/scsi/sata_promise.c
@@ -677,10 +677,6 @@ static int pdc_ata_init_one (struct pci_dev *pdev, const struct pci_device_id *e
677 if (!printed_version++) 677 if (!printed_version++)
678 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); 678 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
679 679
680 /*
681 * If this driver happens to only be useful on Apple's K2, then
682 * we should check that here as it has a normal Serverworks ID
683 */
684 rc = pci_enable_device(pdev); 680 rc = pci_enable_device(pdev);
685 if (rc) 681 if (rc)
686 return rc; 682 return rc;
diff --git a/drivers/scsi/sata_sil.c b/drivers/scsi/sata_sil.c
index d6c7086a5379..1aeb8136731d 100644
--- a/drivers/scsi/sata_sil.c
+++ b/drivers/scsi/sata_sil.c
@@ -391,10 +391,6 @@ static int sil_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
391 if (!printed_version++) 391 if (!printed_version++)
392 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); 392 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
393 393
394 /*
395 * If this driver happens to only be useful on Apple's K2, then
396 * we should check that here as it has a normal Serverworks ID
397 */
398 rc = pci_enable_device(pdev); 394 rc = pci_enable_device(pdev);
399 if (rc) 395 if (rc)
400 return rc; 396 return rc;
diff --git a/drivers/scsi/sata_sx4.c b/drivers/scsi/sata_sx4.c
index 3af28ef76fd9..be6139583391 100644
--- a/drivers/scsi/sata_sx4.c
+++ b/drivers/scsi/sata_sx4.c
@@ -1376,10 +1376,6 @@ static int pdc_sata_init_one (struct pci_dev *pdev, const struct pci_device_id *
1376 if (!printed_version++) 1376 if (!printed_version++)
1377 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); 1377 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
1378 1378
1379 /*
1380 * If this driver happens to only be useful on Apple's K2, then
1381 * we should check that here as it has a normal Serverworks ID
1382 */
1383 rc = pci_enable_device(pdev); 1379 rc = pci_enable_device(pdev);
1384 if (rc) 1380 if (rc)
1385 return rc; 1381 return rc;