commit | 3d2a366190778f30a2f10b5edaf32bcb236840fd | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jan 24 11:50:48 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Feb 03 10:38:18 2014 -0700 |
tree | d60c3bd795cc5e4a39b9f58d0de2c56a38ddd639 | |
parent | 8d7d818676d3851b3ec0c94644e760d0bfac2608 [diff] |
x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node() pcibios_scan_root() looks up the bus's NUMA node, then calls pci_scan_bus_on_node(). This uses pcibios_scan_root() directly and drops the node lookup in the callers. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>