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:
560698e
)
PCI: Remove pci_bus_b() and use list_for_each_entry() directly
author
Yijing Wang
<wangyijing@huawei.com>
Thu, 13 Feb 2014 13:14:03 +0000
(21:14 +0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 14 Feb 2014 19:32:26 +0000
(12:32 -0700)
Replace list_for_each() with list_for_each_entry(), which means we no
longer need pci_bus_b() and can remove it.
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found