From: Gavin Shan Date: Wed, 31 Jul 2013 08:43:56 +0000 (+0800) Subject: powerpc/pci: Remove duplicate check in pcibios_fixup_bus() X-Git-Tag: v3.12-rc1~123^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a85d66bcc90e2cbdf04f70d6586b82532142e85;p=pandora-kernel.git powerpc/pci: Remove duplicate check in pcibios_fixup_bus() pci_read_bridge_bases() already checks if the PCI bus is root bus or not, so we needn't do same check in pcibios_fixup_bus() and just remove it. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed