[PATCH v7 25/31] PCI/designware: Use pci_scan_root_bus() for simplicity

2015-03-23 Thread Yijing Wang
Use pci_scan_root_bus() instead of pci_create_root_bus() + pci_scan_child_bus() for simplicity. Signed-off-by: Yijing Wang CC: Mohit Kumar CC: Jingoo Han --- drivers/pci/host/pcie-designware.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git

[PATCH v7 25/31] PCI/designware: Use pci_scan_root_bus() for simplicity

2015-03-23 Thread Yijing Wang
Use pci_scan_root_bus() instead of pci_create_root_bus() + pci_scan_child_bus() for simplicity. Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Mohit Kumar mohit.ku...@st.com CC: Jingoo Han jg1@samsung.com --- drivers/pci/host/pcie-designware.c |4 +--- 1 files changed, 1