commit | 94e6a9b93064b49024b8701d2d81fcb4a821fa09 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Thu Feb 13 21:14:03 2014 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Feb 14 12:32:26 2014 -0700 |
tree | b37fc0e841611cdd529c092184857e303e8aee66 | |
parent | 560698e9d2ca77d0adb07f3cf0ebfe519859c528 [diff] |
PCI: Remove pci_bus_b() and use list_for_each_entry() directly 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>