ipmi_ssif: Use interruptible completion for waiting in the thread
authorCorey Minyard <cminyard@mvista.com>
Sat, 4 Apr 2015 06:54:26 +0000 (01:54 -0500)
committerCorey Minyard <cminyard@mvista.com>
Sat, 11 Apr 2015 01:51:42 +0000 (20:51 -0500)
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>

No differences found