aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-02 20:17:48 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-02 20:17:48 -0400
commit4bced2d40555eebf8d685f174aa6d58ace353655 (patch)
tree55b3b7317ffe00c1688d579684bd5aad00b5380e /drivers/scsi/sata_sil.c
parent6d5f9732a16a74d75f8cdba5b00557662e83f466 (diff)
[libata] kill bogus cut-n-pasted comments in three drivers
Diffstat (limited to 'drivers/scsi/sata_sil.c')
-rw-r--r--drivers/scsi/sata_sil.c4
1 files changed, 0 insertions, 4 deletions
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;