Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipmi_ssif: Use interruptible completion for waiting in the thread
The code was using an normal completion, but that caused stuck task errors after a while. Use an interruptible one to avoid that. Signed-off-by: Corey Minyard <cminyard@mvista.com>
- Loading branch information