]> git.baikalelectronics.ru Git - kernel.git/commit
media: tc358743: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 16 Oct 2017 23:10:27 +0000 (19:10 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 10:39:24 +0000 (06:39 -0400)
commit43b464866b3423a9a93ed7ff1f34cf4f571d80bb
treecabc1416b4ae5bc176aa90c8d59fc5a1b63acdaa
parentcc791af54a1541cfcf966ac9fbdc5880deb5e88c
media: tc358743: 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: Mats Randgaard <matrandg@cisco.com>
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/tc358743.c