commit | bcdc4bd356c76a5bab2f480a73f089dc8e0e4e89 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 24 03:02:23 2017 -0700 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Oct 24 20:11:21 2017 +0530 |
tree | 25485f6f1431675c5501885a83b467200f58d066 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
dmaengine: 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: Kees Cook <keescook@chromium.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>