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:
0b79ca2
)
sgi-agp: Use list_for_each_entry() for bus->devices traversal
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 16 Aug 2012 22:46:08 +0000
(16:46 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 22 Aug 2012 17:34:38 +0000
(11:34 -0600)
Replace list_for_each() + pci_dev_b() with the simpler
list_for_each_entry().
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
CC: David Airlie <airlied@linux.ie>
No differences found