]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: hil_mlc - convert to using timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 16:44:15 +0000 (09:44 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 24 Oct 2017 17:09:51 +0000 (10:09 -0700)
commitded489d43f1b210bf3a75f65bfa742fbce0e8bcc
tree4ae3a40b2e062af6d964d9656d64cc5c69a3818c
parenta4f60b5047b155029edbef0ef0006bb8c8c83ba3
Input: hil_mlc - convert to using timer_setup()

In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/hil_mlc.c