Re: [PATCH] isdn: use setup_timer

From: David Miller
Date: Fri Mar 24 2017 - 15:38:22 EST


From: Geliang Tang <geliangtang@xxxxxxxxx>
Date: Thu, 23 Mar 2017 21:15:57 +0800

> Use setup_timer() instead of init_timer() to simplify the code.
>
> Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx>

Applied, thanks.

It would be really nice to get rid of all of the (void *) casts these
calls do. In particular this turns off type checking for the timer
method, which is really rediculous and dangerous.