We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bd52e commit 1d085e9Copy full SHA for 1d085e9
drivers/net/ethernet/ti/icssg/icssg_prueth.c
@@ -1489,9 +1489,6 @@ static int emac_ndo_stop(struct net_device *ndev)
1489
/* Destroying the queued work in ndo_stop() */
1490
cancel_delayed_work_sync(&emac->stats_work);
1491
1492
- /* stop PRUs */
1493
- prueth_emac_stop(emac);
1494
-
1495
if (prueth->emacs_initialized == 1)
1496
icss_iep_exit(emac->iep);
1497
@@ -1502,7 +1499,6 @@ static int emac_ndo_stop(struct net_device *ndev)
1502
1499
1503
1500
free_irq(emac->rx_chns.irq[rx_flow], emac);
1504
1501
prueth_ndev_del_tx_napi(emac, emac->tx_ch_num);
1505
- prueth_cleanup_tx_chns(emac);
1506
1507
prueth_cleanup_rx_chns(emac, &emac->rx_chns, max_rx_flows);
1508
prueth_cleanup_tx_chns(emac);
0 commit comments