Re: [PATCH -next] net: dsa: mv88e6xxx: use setup_timer to simplify the code

2016-10-23 Thread Andrew Lunn
On Sat, Oct 22, 2016 at 02:28:00PM +, Wei Yongjun wrote: > From: Wei Yongjun > > Use setup_timer function instead of initializing timer with the function > and data fields. > > Signed-off-by: Wei Yongjun Reviewed-by: Andrew Lunn Andrew

[PATCH -next] net: dsa: mv88e6xxx: use setup_timer to simplify the code

2016-10-22 Thread Wei Yongjun
From: Wei Yongjun Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Wei Yongjun --- drivers/net/dsa/mv88e6xxx/chip.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/ds