git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1ed2a
)
ipmi_ssif: Use interruptible completion for waiting in the thread
author
Corey Minyard
<cminyard@mvista.com>
Sat, 4 Apr 2015 06:54:26 +0000
(
01:54
-0500)
committer
Corey 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