Re: [PATCH 2/5] net: ethernet: ti: cpsw: don't start queue twice

2016-12-10 Thread David Miller
From: Ivan Khoronzhuk Date: Sat, 10 Dec 2016 14:23:47 +0200 > No need to start queues after cpsw is started as it will be done > while cpsw_adjust_link(), after phy connection. > > Signed-off-by: Ivan Khoronzhuk Applied.

[PATCH 2/5] net: ethernet: ti: cpsw: don't start queue twice

2016-12-10 Thread Ivan Khoronzhuk
No need to start queues after cpsw is started as it will be done while cpsw_adjust_link(), after phy connection. Signed-off-by: Ivan Khoronzhuk --- drivers/net/ethernet/ti/cpsw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c