ipmi_msghandler: Change the events lock to a mutex
authorCorey Minyard <corey@minyard.net>
Tue, 18 Mar 2025 22:27:41 +0000 (17:27 -0500)
committerCorey Minyard <corey@minyard.net>
Wed, 7 May 2025 22:25:47 +0000 (17:25 -0500)
commit646e40bbc7edbcb0b9e78ad425486e7fb918fcf9
tree1453ed153fbffdb99ebc446045b9d83d81dc3ffc
parent557602f23307b20d5dc9d4331314772604fd6ac0
ipmi_msghandler: Change the events lock to a mutex

It can only be called from thread context now.

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