commit | ce23cbc857e0b1bccdc11ffa2fb8286021c70eec | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Oct 19 17:22:46 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Oct 23 16:31:43 2017 -0700 |
tree | 4dbeee64f6bec796f0822357ebb9db9e7b6b4014 | |
parent | 91de76e661a266731fc2889a398ad1694df9d523 [diff] |
Input: byd - 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>