aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/hotplug/pciehp_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
index 86d04c694000..54553b187b19 100644
--- a/drivers/pci/hotplug/pciehp_core.c
+++ b/drivers/pci/hotplug/pciehp_core.c
@@ -454,7 +454,6 @@ static int pciehp_probe(struct pcie_device *dev, const struct pcie_port_service_
454 INIT_LIST_HEAD(&ctrl->slot_list); 454 INIT_LIST_HEAD(&ctrl->slot_list);
455 455
456 pdev = dev->port; 456 pdev = dev->port;
457 ctrl->pci_dev = pdev;
458 457
459 rc = pcie_init(ctrl, dev); 458 rc = pcie_init(ctrl, dev);
460 if (rc) { 459 if (rc) {