aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/hotplug/pciehp_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c
index 8f2b25c49f84..c424aded13fb 100644
--- a/drivers/pci/hotplug/pciehp_pci.c
+++ b/drivers/pci/hotplug/pciehp_pci.c
@@ -280,12 +280,12 @@ int pciehp_unconfigure_device(struct slot *p_slot)
280 pci_remove_bus_device(temp); 280 pci_remove_bus_device(temp);
281 pci_dev_put(temp); 281 pci_dev_put(temp);
282 } 282 }
283 /* 283 /*
284 * Some PCI Express root ports require fixup after hot-plug operation. 284 * Some PCI Express root ports require fixup after hot-plug operation.
285 */ 285 */
286 if (pcie_mch_quirk) 286 if (pcie_mch_quirk)
287 pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev); 287 pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev);
288 288
289 return rc; 289 return rc;
290} 290}
291 291