Re: [PATCH] atm: firestream: use setup_timer instead of init_timer

2017-11-30 Thread David Miller
From: Colin King Date: Fri, 24 Nov 2017 13:13:45 + > From: Colin Ian King > > Use setup_timer function instead of initializing timer with the > function and data fields. > > Signed-off-by: Colin Ian King Likewise about setup_timer() no longer existing.

[PATCH] atm: firestream: use setup_timer instead of init_timer

2017-11-24 Thread Colin King
From: Colin Ian King Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Colin Ian King --- drivers/atm/firestream.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c i