summaryrefslogtreecommitdiff
path: root/drivers/scsi/sata_sx4.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-03 00:41:48 (GMT)
committerJeff Garzik <jeff@garzik.org>2006-04-03 00:41:48 (GMT)
commit7819d64e31a685e35e4819515c84168d0879816e (patch)
treedd567398511128d63ac8bc10567279a68e9ddd37 /drivers/scsi/sata_sx4.c
parenta808be8a12d61cdacba350fdce2e448045be8202 (diff)
parentaf64371ada9452632c349563d688d30d94e918ba (diff)
downloadlinux-fsl-qoriq-7819d64e31a685e35e4819515c84168d0879816e.tar.xz
Merge branch 'upstream'
Diffstat (limited to 'drivers/scsi/sata_sx4.c')
-rw-r--r--drivers/scsi/sata_sx4.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/sata_sx4.c b/drivers/scsi/sata_sx4.c
index 45c78c3..13dba63 100644
--- a/drivers/scsi/sata_sx4.c
+++ b/drivers/scsi/sata_sx4.c
@@ -46,7 +46,7 @@
#include "sata_promise.h"
#define DRV_NAME "sata_sx4"
-#define DRV_VERSION "0.8"
+#define DRV_VERSION "0.9"
enum {
@@ -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;