From: Bjorn Helgaas Date: Thu, 16 Aug 2012 22:46:08 +0000 (-0600) Subject: sgi-agp: Use list_for_each_entry() for bus->devices traversal X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4af1473a7d81fc90e195fb5b241ab5fcf933ca;p=pandora-kernel.git sgi-agp: 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: David Airlie --- Reading git-diff-tree failed