From: Gavin Shan Date: Wed, 30 May 2012 20:17:29 +0000 (+0000) Subject: powerpc/pci: cleanup on duplicate assignment X-Git-Tag: v3.6-rc1~132^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8127e723dab6f6e7949da43f87e5f946c4b99cf2;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed