]> 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)
commit7f7cde0db9f504676bd0732b10cae52fea7f0a64
tree1ac931fd9b748e4122a409693430e6f6b5dffa5c
parent75244ceda59b5ded6c613a0c46c9ae89e85f2b14
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