]> bbs.cooldavid.org Git - net-next-2.6.git/commit
WMI: use separate list head for storing wmi blocks
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 26 Aug 2010 07:15:14 +0000 (00:15 -0700)
committerMatthew Garrett <mjg@redhat.com>
Thu, 21 Oct 2010 13:36:47 +0000 (09:36 -0400)
commit762e1a2ff6c1116d8f6f175994753fa2319097f2
treea44386f6d83243751c5fbfd542083c7b259d53f7
parent378306628e26d2945a1ed245f177a693c314e68d
WMI: use separate list head for storing wmi blocks

Do not abuse wmi_block structure to hold the head of list
of blocks, use separate list_head for that.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/wmi.c