From: Bjorn Helgaas Date: Fri, 17 Aug 2012 21:53:27 +0000 (-0600) Subject: PCI: Use list_for_each_entry() for bus->devices traversal X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~15^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66455f5472383df3632140e04f0852215e5c9ce8;p=pandora-kernel.git PCI: Use list_for_each_entry() for bus->devices traversal Replace list_for_each() + pci_dev_b() with the simpler list_for_each_entry(). Tested-by: Yijing Wang Signed-off-by: Bjorn Helgaas Acked-by: Yinghai Lu --- Reading git-diff-tree failed