summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas2018-02-01 18:40:06 +0100
committerBjorn Helgaas2018-02-01 18:40:06 +0100
commita5fae846f21d82bb2d41f8726e1b2a4da338b59c (patch)
treeae77ce0eb684cab10c92da430dab4350a06bf14f
parentMerge remote-tracking branch 'lorenzo/pci/tegra' into next (diff)
parentPCI: xgene: Remove leftover pci_scan_child_bus() call (diff)
downloadkernel-qcow2-linux-a5fae846f21d82bb2d41f8726e1b2a4da338b59c.tar.gz
kernel-qcow2-linux-a5fae846f21d82bb2d41f8726e1b2a4da338b59c.tar.xz
kernel-qcow2-linux-a5fae846f21d82bb2d41f8726e1b2a4da338b59c.zip
Merge remote-tracking branch 'lorenzo/pci/xgene' into next
* lorenzo/pci/xgene: PCI: xgene: Remove leftover pci_scan_child_bus() call
-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);