Skip to content
Commit e40ec6ff authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: hil-mlc - use del_timer_sync() when unloading the driver



del_timer() does not wait for the timer to finish running before returning
and therefore is technically not safe. Also make sure to enable tasklet
before kicking timer that will schedule it.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 898d1053
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment