https://github.com/torvalds/linux
Revision a04f144059ac09f2c3da50b5707df589044aad66 authored by KT Liao on 23 May 2017, 20:41:47 UTC, committed by Dmitry Torokhov on 25 May 2017, 17:11:45 UTC
Use wait_for_completion_timeout() instead of
wait_for_completion_interruptible_timeout() to avoid stray signals ruining
firmware update. Our timeout is only 300 msec so we are fine simply letting
it expire in case device misbehaves.

Signed-off-by: KT Liao <kt.liao@emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 4b3c7db
History
Tip revision: a04f144059ac09f2c3da50b5707df589044aad66 authored by KT Liao on 23 May 2017, 20:41:47 UTC
Input: elan_i2c - ignore signals when finishing updating firmware
Tip revision: a04f144

back to top