mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
Merge remote-tracking branch 'lorenzo/pci/xgene' into next
* lorenzo/pci/xgene: PCI: xgene: Remove leftover pci_scan_child_bus() call
This commit is contained in:
commit
a5fae846f2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue