]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipmi:si: Return state to normal if message allocation fails
authorCorey Minyard <corey@minyard.net>
Mon, 20 Apr 2026 18:02:18 +0000 (13:02 -0500)
committerCorey Minyard <corey@minyard.net>
Tue, 28 Apr 2026 17:59:15 +0000 (12:59 -0500)
commit09dd798270ff582d7309f285d4aaf5dbebae01cb
tree9f6867ca646a276e252d06abb0da6ae6c7985996
parentc4cca236968683eb0d59abfb12d5c7e4d8514227
ipmi:si: Return state to normal if message allocation fails

There were places where nothing would get started if a message
allocation failed, so the driver needs to return to normal state.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Cc: <stable@vger.kernel.org>
Signed-off-by: Corey Minyard <corey@minyard.net>
drivers/char/ipmi/ipmi_si_intf.c