]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[libata] kill bogus cut-n-pasted comments in three drivers
authorJeff Garzik <jeff@garzik.org>
Mon, 3 Apr 2006 00:17:48 +0000 (20:17 -0400)
committerJeff Garzik <jeff@garzik.org>
Mon, 3 Apr 2006 00:17:48 +0000 (20:17 -0400)
drivers/scsi/sata_promise.c
drivers/scsi/sata_sil.c
drivers/scsi/sata_sx4.c

index 9557c7aa45e053b3d2178be94ff6d339f0d81c9a..000844a4129fac540da133420b5dc8a1380832ac 100644 (file)
@@ -677,10 +677,6 @@ static int pdc_ata_init_one (struct pci_dev *pdev, const struct pci_device_id *e
        if (!printed_version++)
                dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
 
-       /*
-        * If this driver happens to only be useful on Apple's K2, then
-        * we should check that here as it has a normal Serverworks ID
-        */
        rc = pci_enable_device(pdev);
        if (rc)
                return rc;
index d6c7086a5379a1565c1d222e92925152bbd3c4ca..1aeb8136731d10c96ad2cf6d4d82e735bda99f51 100644 (file)
@@ -391,10 +391,6 @@ static int sil_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
        if (!printed_version++)
                dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
 
-       /*
-        * If this driver happens to only be useful on Apple's K2, then
-        * we should check that here as it has a normal Serverworks ID
-        */
        rc = pci_enable_device(pdev);
        if (rc)
                return rc;
index 3af28ef76fd979be5730c9453da45292349c46d9..be613958339166415763d117f2d6df4b8814a717 100644 (file)
@@ -1376,10 +1376,6 @@ static int pdc_sata_init_one (struct pci_dev *pdev, const struct pci_device_id *
        if (!printed_version++)
                dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
 
-       /*
-        * If this driver happens to only be useful on Apple's K2, then
-        * we should check that here as it has a normal Serverworks ID
-        */
        rc = pci_enable_device(pdev);
        if (rc)
                return rc;