Input: atkbd - cancel delayed work before freeing its structure
authorJiri Pirko <jpirko@redhat.com>
Tue, 11 Nov 2008 14:43:21 +0000 (09:43 -0500)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 11 Nov 2008 16:31:59 +0000 (11:31 -0500)
commitd6d79a785d430c0e17f7e2d662f10de022cbca93
tree5d31c85df3b3d8483a832d8d0926f8f6484f66ea
parenta8215b81cc31cf267506bc6a4a4bfe93f4ca1652
Input: atkbd - cancel delayed work before freeing its structure

Pointed out by Oleg Nesterov. Since delayed work is used here, use of
flush_scheduled_work() is not sufficient in atkbd_disconnect(). It does
not wait for scheduled delayed work to finish. This patch prevents
delayed work to be processed after freeing atkbd structure (used struct
delayed_work is part of atkbd) by cancelling this delayed work.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/atkbd.c