]> git.baikalelectronics.ru Git - kernel.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)
commit246e7f03720c2f1d5908a734146fec148ea4431a
treea44386f6d83243751c5fbfd542083c7b259d53f7
parentabe4a400b56de1261cb87887bc4afb7b4ad5b46b
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