Add -1 to this non-existent use of m_print in the source tree so LINT

compiles again :-)
This commit is contained in:
Poul-Henning Kamp 2004-09-28 20:14:51 +00:00
parent cf287576e5
commit 0dc66bbe28

View File

@ -739,7 +739,7 @@ musycc_intr0_rx_eom(struct softc *sc, int ch)
/* Don't print a lot, just the begining will do */
if (m->m_len > 16)
m->m_len = m->m_pkthdr.len = 16;
m_print(m);
m_print(m, -1);
printf("\n");
}
md->status = 1600; /* XXX: MTU */