Re: [PATCH -next] net: dsa: mv88e6xxx: use setup_timer to simplify the code
From: Andrew Lunn <andrew@lunn.ch> Date: 2016-10-23 15:54:48
On Sat, Oct 22, 2016 at 02:28:00PM +0000, Wei Yongjun wrote:
From: Wei Yongjun <redacted>
Use setup_timer function instead of initializing timer with the function
and data fields.
Signed-off-by: Wei Yongjun <redacted>