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)
commitd0acf734d886ce50bb5103cc75f7ca39f280e8a7
treec6e1b760a7456e4eb3cf6712e390535fc383c111
parentad1ed2a9dd4c435d6a3ce470211db9a8d107c3e0
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>
drivers/char/ipmi/ipmi_ssif.c