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
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