Fix a typo.

Pointy hat to:	loos
This commit is contained in:
Luiz Otavio O Souza 2016-09-28 04:22:06 +00:00
parent e8223cc6cf
commit 5de11ef951
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306388

View File

@ -1941,7 +1941,7 @@ cpsw_tx_dequeue(struct cpsw_softc *sc)
/* TearDown complete is only marked on the SOP for the packet. */
if ((flags & (CPDMA_BD_SOP | CPDMA_BD_TDOWNCMPLT)) ==
(CPDMA_BD_EOP | CPDMA_BD_TDOWNCMPLT)) {
(CPDMA_BD_SOP | CPDMA_BD_TDOWNCMPLT)) {
CPSW_DEBUGF(sc, ("TX teardown in progress"));
cpsw_write_cp(sc, &sc->tx, 0xfffffffc);
// TODO: Increment a count of dropped TX packets