summaryrefslogtreecommitdiff
path: root/drivers/pci/host
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-02-01 11:40:06 -0600
committerBjorn Helgaas <helgaas@kernel.org>2018-02-01 11:40:06 -0600
commita5fae846f21d82bb2d41f8726e1b2a4da338b59c (patch)
treeae77ce0eb684cab10c92da430dab4350a06bf14f /drivers/pci/host
parent163b716d056304fdfaed02badbf97e6cd1403491 (diff)
parent94b9d290b753cbbc87971ee134511245f5872a83 (diff)
Merge remote-tracking branch 'lorenzo/pci/xgene' into next
* lorenzo/pci/xgene: PCI: xgene: Remove leftover pci_scan_child_bus() call
Diffstat (limited to 'drivers/pci/host')
-rw-r--r--drivers/pci/host/pci-xgene.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/host/pci-xgene.c
index 465aa2a1b38d..e60c457cefdb 100644
--- a/drivers/pci/host/pci-xgene.c
+++ b/drivers/pci/host/pci-xgene.c
@@ -668,7 +668,6 @@ static int xgene_pcie_probe(struct platform_device *pdev)
bus = bridge->bus;
- pci_scan_child_bus(bus);
pci_assign_unassigned_bus_resources(bus);
list_for_each_entry(child, &bus->children, node)
pcie_bus_configure_settings(child);