mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 18:23:00 +09:00
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>