commit | 6243d38fc0775e9dc1a38835aef55efb273ac4d5 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Oct 22 14:43:33 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Nov 02 15:50:50 2017 -0700 |
tree | ae5611bfdced41d58938485505753f21abdeeaea | |
parent | 0788f28575801dadbddbfbe11e0bcc8174fffee3 [diff] |
drivers/memstick: 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. Cc: Maxim Levitsky <maximlevitsky@gmail.com> Cc: Alex Dubov <oakad@yahoo.com> Signed-off-by: Kees Cook <keescook@chromium.org>