From: Bjorn Helgaas Date: Thu, 16 Aug 2012 22:45:02 +0000 (-0600) Subject: parisc/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~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b79ca2a800d1a2ed0386886c8358217f3371592;p=pandora-kernel.git parisc/PCI: Use list_for_each_entry() for bus->devices traversal Replace list_for_each() + pci_dev_b() with the simpler list_for_each_entry(). Signed-off-by: Bjorn Helgaas Acked-by: Yinghai Lu CC: linux-parisc@vger.kernel.org --- Reading git-diff-tree failed