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

2017-10-23 Thread Dmitry Torokhov
On Mon, Oct 23, 2017 at 04:40:27PM +0800, stephen lu 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. > > Signed-off-by: Stephen Lu Applied

[PATCH] input: ad7877: Convert timers to use timer_setup()

2017-10-23 Thread stephen lu
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: Stephen Lu --- drivers/input/touchscreen/ad7877.c | 6 +++--- 1 file changed, 3 insertio