mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Make LINT compile again.
This commit is contained in:
parent
86ea2d8216
commit
e9ad04e4e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1836,7 +1836,7 @@ ohci_dump_ed(ohci_soft_ed_t *sed)
|
|||
bitmask_snprintf((int)le32toh(sed->ed.ed_flags),
|
||||
"\20\14OUT\15IN\16LOWSPEED\17SKIP\20ISO",
|
||||
sbuf, sizeof(sbuf));
|
||||
bitmask_snprintf((u_long)le32toh(sed->ed.ed_headp),
|
||||
bitmask_snprintf((int)le32toh(sed->ed.ed_headp),
|
||||
"\20\1HALT\2CARRY", sbuf2, sizeof(sbuf2));
|
||||
|
||||
DPRINTF(("ED(%p) at 0x%08lx: addr=%d endpt=%d maxp=%d %s\ntailp=0x%08lx "
|
||||
|
|
|
|||
Loading…
Reference in a new issue