]> git.baikalelectronics.ru Git - kernel.git/commit
Input: gpio-keys - convert timers to use timer_setup()
authorstephen lu <lumotuwe@gmail.com>
Mon, 23 Oct 2017 21:43:53 +0000 (14:43 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:31:53 +0000 (16:31 -0700)
commit8766f56352c6dd158193a393822de68fc9606ac4
tree8dbb4ba0f2e5b51ab0ce0246643bb2a4ea2188be
parentb814e1d5f67be492629a85fb259929fe4cd0dd22
Input: gpio-keys - convert timers to use 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: Stephen Lu <lumotuwe@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/gpio_keys.c