]> asedeno.scripts.mit.edu Git - linux.git/commit
media: tvaudio: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 16 Oct 2017 23:10:53 +0000 (19:10 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 10:40:50 +0000 (06:40 -0400)
commit60793f4d3e79c3b90314f649d56ffd583046752d
tree4f1cc88a0d6c12c629953128165fef14a4cf85a6
parente7e0e2cfd1169ff8b53cdc182b3c10be3e088e61
media: tvaudio: 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: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/tvaudio.c