commit | 7dc31b82dd5da5eb596f9091b67326742135732c | [log] [tgz] |
---|---|---|
author | Kees Cook <[email protected]> | Tue Oct 17 01:10:36 2017 +0200 |
committer | Mauro Carvalho Chehab <[email protected]> | Fri Oct 27 17:38:54 2017 +0200 |
tree | 7f936227e284a7029a2ee029254db0b10fb99575 | |
parent | 58fd55e838276a0c13d1dc7c387f90f25063cbf3 [diff] |
media: serial_ir: 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: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>