]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ipmi: Periodically check for events, not messages
authorCorey Minyard <cminyard@mvista.com>
Thu, 27 Oct 2016 15:12:18 +0000 (10:12 -0500)
committerCorey Minyard <cminyard@mvista.com>
Mon, 7 Nov 2016 18:15:27 +0000 (12:15 -0600)
commit5ac7b2fccd0cc2e1451d5d5388dad69e858fa0d4
tree486c494e8a8b8a21575c36dea012f23cdcbaeca3
parent9c953d639c2fb97e4e96f7398acbf4b675713b76
ipmi: Periodically check for events, not messages

Commit d9b7e4f717a1 ("ipmi: Periodically check to see if irqs and
messages are set right") to verify the contents of global events.
However, the wrong function was being called in some cases, checking
for messages, not events.

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