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

Commit c10bc0e7 authored by Fugang Duan's avatar Fugang Duan Committed by David S. Miller
Browse files

net: fec: correct the errata number comment typo



Correct the errata number ERR006358 comment typo.

Signed-off-by: default avatarFugang Duan <fugang.duan@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9269e556
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1266,7 +1266,7 @@ fec_enet_tx_queue(struct net_device *ndev, u16 queue_id)
		}
		}
	}
	}


	/* ERR006538: Keep the transmitter going */
	/* ERR006358: Keep the transmitter going */
	if (bdp != txq->bd.cur &&
	if (bdp != txq->bd.cur &&
	    readl(txq->bd.reg_desc_active) == 0)
	    readl(txq->bd.reg_desc_active) == 0)
		writel(0, txq->bd.reg_desc_active);
		writel(0, txq->bd.reg_desc_active);