mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the format type to unbreak LINT on 64-bit platforms.
This commit is contained in:
parent
f80491443c
commit
7df14ae5de
1 changed files with 2 additions and 2 deletions
|
|
@ -1220,8 +1220,8 @@ en_open_vcc(struct en_softc *sc, struct atmio_openvcc *op)
|
|||
slot->vcc = vc;
|
||||
|
||||
KASSERT (_IF_QLEN(&slot->indma) == 0 && _IF_QLEN(&slot->q) == 0,
|
||||
("en_rxctl: left over mbufs on enable slot=%u",
|
||||
vc->rxslot - sc->rxslot));
|
||||
("en_rxctl: left over mbufs on enable slot=%ld",
|
||||
(long)(vc->rxslot - sc->rxslot)));
|
||||
|
||||
vc->txspeed = 0;
|
||||
vc->txslot = sc->txslot;
|
||||
|
|
|
|||
Loading…
Reference in a new issue