Re: [PATCH] drivers/net: wan/dscc4: Remove unused timer

2017-10-26 Thread David Miller
From: Kees Cook Date: Wed, 25 Oct 2017 03:53:42 -0700 > This removes an entirely unused timer, which avoids needing to convert it > to timer_setup(). > > Cc: Francois Romieu > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Applied.

[PATCH] drivers/net: wan/dscc4: Remove unused timer

2017-10-25 Thread Kees Cook
This removes an entirely unused timer, which avoids needing to convert it to timer_setup(). Cc: Francois Romieu Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook --- drivers/net/wan/dscc4.c | 20 1 file changed, 20 deletions(-) diff --git a/drivers/net/wan/dscc4.c b/driv