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:
33963e3
)
PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()
author
Kevin Hao
<haokexin@gmail.com>
Sat, 25 May 2013 11:36:26 +0000
(19:36 +0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Sat, 25 May 2013 18:01:24 +0000
(12:01 -0600)
Since we will invoke pcibios_bus_to_resource() unconditionally if we
don't goto fail, move it out of if/else wrap. No function change.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found