git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35d2a8
)
powerpc/pci: Remove duplicate check in pcibios_fixup_bus()
author
Gavin Shan
<shangw@linux.vnet.ibm.com>
Wed, 31 Jul 2013 08:43:56 +0000
(16:43 +0800)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:57:36 +0000
(14:57 +1000)
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>
No differences found