Эх сурвалжийг харах

powerpc/pci: cleanup on duplicate assignment

While creating the PCI root bus through function pci_create_root_bus()
of PCI core, it should have assigned the secondary bus number for the
newly created PCI root bus. Thus we needn't do the explicit assignment
for the secondary bus number again in pcibios_scan_phb().

Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Gavin Shan 13 жил өмнө
parent
commit
8127e723da

+ 0 - 1
arch/powerpc/kernel/pci-common.c

@@ -1646,7 +1646,6 @@ void __devinit pcibios_scan_phb(struct pci_controller *hose)
 		pci_free_resource_list(&resources);
 		pci_free_resource_list(&resources);
 		return;
 		return;
 	}
 	}
-	bus->secondary = hose->first_busno;
 	hose->bus = bus;
 	hose->bus = bus;
 
 
 	/* Get probe mode and perform scan */
 	/* Get probe mode and perform scan */