Skip to content

Commit

Permalink
Merge remote-tracking branch 'lorenzo/pci/xgene' into next
Browse files Browse the repository at this point in the history
* lorenzo/pci/xgene:
  PCI: xgene: Remove leftover pci_scan_child_bus() call
  • Loading branch information
Bjorn Helgaas authored and Bjorn Helgaas committed Feb 1, 2018
2 parents 163b716 + 94b9d29 commit a5fae84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/host/pci-xgene.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a5fae84

Please sign in to comment.