Fix build when KTR is defined but not KTR_TULIP.

Approved by:	kib (mentor)
This commit is contained in:
Svatopluk Kraus 2015-11-20 09:37:04 +00:00
parent 3ee1f8b1b7
commit 8ac1f62137

View File

@ -3937,8 +3937,8 @@ tulip_txput(tulip_softc_t * const sc, struct mbuf *m)
segcnt++; segcnt++;
m0 = m0->m_next; m0 = m0->m_next;
} }
#endif
CTR2(KTR_TULIP, "tulip_txput: sending packet %p (%d chunks)", m, segcnt); CTR2(KTR_TULIP, "tulip_txput: sending packet %p (%d chunks)", m, segcnt);
#endif
d_status = 0; d_status = 0;
eop = nextout = ri->ri_nextout; eop = nextout = ri->ri_nextout;
segcnt = 0; segcnt = 0;