commit | 1a85d66bcc90e2cbdf04f70d6586b82532142e85 | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Wed Jul 31 16:43:56 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 14:57:36 2013 +1000 |
tree | 5e2eafccd14fe2b76f9ac5dec7e27ed2df66de00 | |
parent | c35d2a8c5f68e53ccbb4c0f64316a22af1729fca [diff] |
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 <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>