]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ipmi: Remove the now unnecessary message queue
authorCorey Minyard <cminyard@mvista.com>
Thu, 6 Nov 2014 23:01:59 +0000 (17:01 -0600)
committerCorey Minyard <cminyard@mvista.com>
Thu, 11 Dec 2014 21:04:10 +0000 (15:04 -0600)
commitb874b985c816c74a9bda04082f18db88dcbc808a
tree001d8b47ac8e7fbd39573db365d254ece6aa4cad
parent7ea0ed2b5be81781ba976bc03414ef5da76270b9
ipmi: Remove the now unnecessary message queue

A message queue was added to the message handler, so the SMI
interfaces only need to handle one message at a time.  Pull out
the message queue.  This also leads to some significant
simplification in the shutdown of an interface, since the
message handler now does a lot of the cleanup.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_si_intf.c