From: Geliang Tang <geliangt...@gmail.com> 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 <geliangt...@gmail.com> 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.