浏览代码

Merge remote-tracking branch 'lorenzo/pci/xgene' into next

* lorenzo/pci/xgene:
  PCI: xgene: Remove leftover pci_scan_child_bus() call
Bjorn Helgaas 7 年之前
父节点
当前提交
a5fae846f2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/pci/host/pci-xgene.c

+ 0 - 1
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);