git.codelabs.ch
/
muen
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
163b716
)
Merge remote-tracking branch 'lorenzo/pci/xgene' into next
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 1 Feb 2018 17:40:06 +0000
(11:40 -0600)
committer
Bjorn Helgaas
<helgaas@kernel.org>
Thu, 1 Feb 2018 17:40:06 +0000
(11:40 -0600)
* lorenzo/pci/xgene:
PCI: xgene: Remove leftover pci_scan_child_bus() call
drivers/pci/host/pci-xgene.c
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pci-xgene.c
b/drivers/pci/host/pci-xgene.c
index 465aa2a1b38dbadf9e96493a1e5a58d1b9cb8cf6..e60c457cefdb7aa884958c33c3d6679661658bfc 100644
(file)
--- 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);