Loading
ipmi:ssif: Clean up kthread on errors
If an error occurs after the ssif kthread is created, but before the main IPMI code starts the ssif interface, the ssif kthread will not be stopped. So make sure the kthread is stopped on an error condition if it is running. Fixes: 25930707 ("ipmi: Add SMBus interface driver (SSIF)") Reported-by:Li Xiao <<252270051@hdu.edu.cn> Cc: stable@vger.kernel.org Reviewed-by:
Li Xiao <252270051@hdu.edu.cn> Signed-off-by:
Corey Minyard <corey@minyard.net>