]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: asihpi: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 5 Oct 2017 00:53:40 +0000 (17:53 -0700)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Oct 2017 06:20:54 +0000 (08:20 +0200)
commit6dad286702369bb37d321250deeca9ed55504d9d
tree1ac931fd9b748e4122a409693430e6f6b5dffa5c
parentae34cf1de8495464d4f4baa218488ac77b560fcc
ALSA: asihpi: 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: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/asihpi.c