commit | 58c08628c4fe664bfd5f8b7e773b4b157bb9686f | [log] [tgz] |
---|---|---|
author | Alex Chiang <achiang@hp.com> | Mon Oct 26 21:25:27 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Nov 04 13:06:40 2009 -0800 |
tree | a0eb74068dd019238af73e0569e9351d473a48eb | |
parent | 204d49a5613a06eb2fa5c3b842a29b1336cc7995 [diff] |
PCI Hotplug: acpiphp: clean up list traversals 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>