commit | 34445d4b3814b22a225819566f85516f3b04808f | [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:52 2017 -0700 |
tree | b4518a42b140aa4179da37b9de50622b5f994cc6 | |
parent | 17a58edc79a0c8cbfe1a74669089f5a1a0157365 [diff] |
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>