mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-16 14:38:49 +00:00
net: fec: correct the errata number comment typo
Correct the errata number ERR006358 comment typo. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9269e5560b
commit
c10bc0e7b7
@ -1266,7 +1266,7 @@ skb_done:
|
||||
}
|
||||
}
|
||||
|
||||
/* ERR006538: Keep the transmitter going */
|
||||
/* ERR006358: Keep the transmitter going */
|
||||
if (bdp != txq->bd.cur &&
|
||||
readl(txq->bd.reg_desc_active) == 0)
|
||||
writel(0, txq->bd.reg_desc_active);
|
||||
|
Loading…
x
Reference in New Issue
Block a user