Re: [PATCH] atm: idt77252, use setup_timer and mod_timer

2017-02-15 Thread David Miller
From: Jiri Slaby Date: Wed, 15 Feb 2017 16:59:35 +0100 > From: Jan Koniarik > > Stop accessing timer struct members directly and use setup_timer and > mod_timer helpers intended for that use. It makes the code cleaner and > will allow for easier change

[PATCH] atm: idt77252, use setup_timer and mod_timer

2017-02-15 Thread Jiri Slaby
From: Jan Koniarik Stop accessing timer struct members directly and use setup_timer and mod_timer helpers intended for that use. It makes the code cleaner and will allow for easier change of the timer struct internals. Signed-off-by: Jan Koniarik