commit | 4e974c120039e35b90d2cb0459452bd9a6a71594 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Nov 03 12:21:48 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Nov 03 12:45:23 2017 -0700 |
tree | 21aba5d4413700f58a0f863c1d2cc34e855a0013 | |
parent | 5aeaa3e668de0782d1502f3d5751e2266a251d7c [diff] |
Input: convert autorepeat timer 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: Kees Cook <keescook@chromium.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>