Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32b5f2d1 authored by Ivan Khoronzhuk's avatar Ivan Khoronzhuk Committed by David S. Miller
Browse files

net: ethernet: ti: cpsw: don't start queue twice



No need to start queues after cpsw is started as it will be done
while cpsw_adjust_link(), after phy connection.

Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cb7d78d0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1506,8 +1506,6 @@ static int cpsw_ndo_open(struct net_device *ndev)
	if (cpsw->data.dual_emac)
		cpsw->slaves[priv->emac_port].open_stat = true;

	netif_tx_start_all_queues(ndev);

	return 0;

err_cleanup: