]> git.baikalelectronics.ru Git - kernel.git/commit
media: saa7146: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 16 Oct 2017 23:10:42 +0000 (19:10 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 10:40:08 +0000 (06:40 -0400)
commit7c7303da1f794fbdce57f36a1052407d0840445a
treea4d5422b870ed3b2759f21077fcd5fe23baea2f8
parent43b464866b3423a9a93ed7ff1f34cf4f571d80bb
media: saa7146: 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/common/saa7146/saa7146_fops.c
drivers/media/common/saa7146/saa7146_vbi.c
drivers/media/common/saa7146/saa7146_video.c
include/media/drv-intf/saa7146_vv.h