mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
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: Dmitry Torokhov <dtor@mail.ru>