Loading
ipmi:ssif: NULL thread on error
Cleanup code was checking the thread for NULL, but it was possibly a PTR_ERR() in one spot. Spotted with static analysis. Link: https://sourceforge.net/p/openipmi/mailman/message/59324676/ Fixes: 75c486cb ("ipmi:ssif: Clean up kthread on errors") Cc: <stable@vger.kernel.org> # 91eb7ec7: ipmi:ssif: Remove unnecessary indention Cc: stable@vger.kernel.org Signed-off-by:Corey Minyard <corey@minyard.net>