|
@@ -280,12 +280,12 @@ int pciehp_unconfigure_device(struct slot *p_slot)
|
|
pci_remove_bus_device(temp);
|
|
pci_remove_bus_device(temp);
|
|
pci_dev_put(temp);
|
|
pci_dev_put(temp);
|
|
}
|
|
}
|
|
- /*
|
|
|
|
|
|
+ /*
|
|
* Some PCI Express root ports require fixup after hot-plug operation.
|
|
* Some PCI Express root ports require fixup after hot-plug operation.
|
|
*/
|
|
*/
|
|
- if (pcie_mch_quirk)
|
|
|
|
|
|
+ if (pcie_mch_quirk)
|
|
pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev);
|
|
pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev);
|
|
-
|
|
|
|
|
|
+
|
|
return rc;
|
|
return rc;
|
|
}
|
|
}
|
|
|
|
|