ipmi:watchdog: Change lock to mutex
authorCorey Minyard <corey@minyard.net>
Wed, 19 Mar 2025 01:13:34 +0000 (20:13 -0500)
committerCorey Minyard <corey@minyard.net>
Wed, 7 May 2025 22:25:47 +0000 (17:25 -0500)
commitb2b69ee34b07579fc7c33e2c62a88f19514b052f
treefb443c0d1b583c40babe8b292f0691d8a031c693
parent9e91f8a6c8688e27f4ccce7db457da87d6458836
ipmi:watchdog: Change lock to mutex

Now that the msghandler does all callbacks in user threads, there is
no need to have a lock any more, a mutex will work fine.

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