diff options
| author | Akinobu Mita <akinobu.mita@gmail.com> | 2006-10-31 00:07:58 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-02 01:36:58 +0300 |
| commit | 467c442f092e22acf86a3b4ad4863d097d7257da (patch) | |
| tree | 27741551b8ca054e2c2f053830c7fac65692609b /include/linux | |
| parent | a2302c68d923537436b1114aa207787c1a31bd50 (diff) | |
| download | linux-467c442f092e22acf86a3b4ad4863d097d7257da.tar.xz | |
acpiphp: fix use of list_for_each macro
This patch fixes invalid usage of list_for_each()
list_for_each (node, &bridge_list) {
bridge = (struct acpiphp_bridge *)node;
...
}
This code works while the member of list node is located at the
head of struct acpiphp_bridge.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
