aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt37x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_hpt37x.c')
-rw-r--r--drivers/ata/pata_hpt37x.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c
index 9a10878b2ad8..2ddcd07a7518 100644
--- a/drivers/ata/pata_hpt37x.c
+++ b/drivers/ata/pata_hpt37x.c
@@ -966,6 +966,11 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
966 966
967 const struct hpt_chip *chip_table; 967 const struct hpt_chip *chip_table;
968 int clock_slot; 968 int clock_slot;
969 int rc;
970
971 rc = pcim_enable_device(dev);
972 if (rc)
973 return rc;
969 974
970 pci_read_config_dword(dev, PCI_CLASS_REVISION, &class_rev); 975 pci_read_config_dword(dev, PCI_CLASS_REVISION, &class_rev);
971 class_rev &= 0xFF; 976 class_rev &= 0xFF;