|
@@ -1404,9 +1404,6 @@ int pcie_init(struct controller * ctrl, struct pcie_device *dev)
|
|
|
info("HPC vendor_id %x device_id %x ss_vid %x ss_did %x\n", pdev->vendor, pdev->device,
|
|
|
pdev->subsystem_vendor, pdev->subsystem_device);
|
|
|
|
|
|
- if (pci_enable_device(pdev))
|
|
|
- goto abort_free_ctlr;
|
|
|
-
|
|
|
mutex_init(&ctrl->crit_sect);
|
|
|
/* setup wait queue */
|
|
|
init_waitqueue_head(&ctrl->queue);
|