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:
e30f992
)
microblaze/PCI: fix pci_bus_for_each_resource() usage
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 28 Oct 2011 22:26:36 +0000
(16:26 -0600)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Fri, 6 Jan 2012 20:10:59 +0000
(12:10 -0800)
The pci_bus_for_each_resource() iterator sets "res" itself, so there's
no need to look it up in the bus->resource[] table.
Logically part of
89a74ecccd
and
8a66da71fa
.
CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found