On Tue, 17 Oct 2017 01:07:31 +0200, Kees Cook wrote:
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: Jaroslav Kysela perex@perex.cz Cc: Takashi Iwai tiwai@suse.com Cc: Clemens Ladisch clemens@ladisch.de Cc: Andrej Krutak dev@andree.sk Cc: Takashi Sakamoto o-takashi@sakamocchi.jp Cc: Dan Carpenter dan.carpenter@oracle.com Cc: "Hans P. Möller Ebner" hmoller@uc.cl Cc: Bhumika Goyal bhumirks@gmail.com Cc: alsa-devel@alsa-project.org Signed-off-by: Kees Cook keescook@chromium.org
Thanks, applied now.
The LINE6 driver code is really tricky, and we definitely need refactoring there, but let's take the straight conversion at first.
Takashi