commit | 1e39ae9f9035ee02e014b5fe29461674fe19624d | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Oct 28 16:26:00 2011 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jan 06 12:10:54 2012 -0800 |
tree | 001fabe45ba74c019c99dca798260792a4400841 | |
parent | de4b2f76d69673cea08be952dcb4df2f4c81c6e3 [diff] |
PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() This converts pci_scan_bus_parented() to use pci_create_root_bus() instead of pci_create_bus(). The new bus still has the default (incorrect) resources, so this patch doesn't help fix that problem, but it does remove one more use of pci_create_bus(). Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>