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

2017-11-02 Thread Ulf Hansson
On 30 October 2017 at 22:45, 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: Jaehoon Chung > Cc: Ulf Hansson > Cc: linux-..

[PATCH] mmc: dw_mmc: Convert timers to use timer_setup()

2017-10-30 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. Cc: Jaehoon Chung Cc: Ulf Hansson Cc: linux-...@vger.kernel.org Signed-off-by: Kees Cook --- drivers/mmc