PCI Hotplug: acpiphp: clean up list traversals
authorAlex Chiang <achiang@hp.com>
Tue, 27 Oct 2009 03:25:27 +0000 (21:25 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 4 Nov 2009 21:06:40 +0000 (13:06 -0800)
Using list_for_each_entry instead of list_for_each allows us to
enhance readability and minorly reduce some stack usage.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found