]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
Input: ff_memless - convert to using timer_setup()
authorKees Cook <keescook@chromium.org>
Fri, 20 Oct 2017 00:22:46 +0000 (17:22 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:31:52 +0000 (16:31 -0700)
commit34445d4b3814b22a225819566f85516f3b04808f
treeb4518a42b140aa4179da37b9de50622b5f994cc6
parent17a58edc79a0c8cbfe1a74669089f5a1a0157365
Input: ff_memless - 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>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/ff-memless.c