Re: [PATCH] atm: nicstar: use the setup_timer helper

2017-11-30 Thread David Miller
From: Colin King Date: Fri, 24 Nov 2017 08:59:25 + > From: Colin Ian King > > Replace init_timer and two explicit assignments with the setup_timer > helper. > > Signed-off-by: Colin Ian King setup_timer() no longer even exists in the tree.

[PATCH] atm: nicstar: use the setup_timer helper

2017-11-24 Thread Colin King
From: Colin Ian King Replace init_timer and two explicit assignments with the setup_timer helper. Signed-off-by: Colin Ian King --- drivers/atm/nicstar.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/atm/nicstar.c b/drivers/atm/nicstar.c index a9702836cbae..335