Re: [PATCH] sound: Convert timers to use timer_setup()

2017-10-26 Thread Takashi Iwai
On Thu, 26 Oct 2017 09:09:17 +0200, Mark Brown wrote: > > On Wed, Oct 25, 2017 at 08:09:27AM -0700, 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

Re: [PATCH] sound: Convert timers to use timer_setup()

2017-10-26 Thread Takashi Iwai
On Thu, 26 Oct 2017 09:09:17 +0200, Mark Brown wrote: > > On Wed, Oct 25, 2017 at 08:09:27AM -0700, 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

Re: [PATCH] sound: Convert timers to use timer_setup()

2017-10-26 Thread Mark Brown
On Wed, Oct 25, 2017 at 08:09:27AM -0700, 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. These are all the > "mechanical" changes

Re: [PATCH] sound: Convert timers to use timer_setup()

2017-10-26 Thread Mark Brown
On Wed, Oct 25, 2017 at 08:09:27AM -0700, 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. These are all the > "mechanical" changes

Re: [PATCH] sound: Convert timers to use timer_setup()

2017-10-25 Thread Takashi Iwai
On Wed, 25 Oct 2017 17:09:27 +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. These are all the > "mechanical" changes

Re: [PATCH] sound: Convert timers to use timer_setup()

2017-10-25 Thread Takashi Iwai
On Wed, 25 Oct 2017 17:09:27 +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. These are all the > "mechanical" changes

[PATCH] sound: Convert timers to use timer_setup()

2017-10-25 Thread Kees Cook
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. These are all the "mechanical" changes remaining in the sound subsystem. Cc: Jaroslav Kysela

[PATCH] sound: Convert timers to use timer_setup()

2017-10-25 Thread Kees Cook
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. These are all the "mechanical" changes remaining in the sound subsystem. Cc: Jaroslav Kysela Cc: Takashi