summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-05 17:45:47 +0000
committerphk <phk@FreeBSD.org>2002-04-05 17:45:47 +0000
commitbeae6a9ce5317c350f18af8cf1bb534a8f0a3786 (patch)
tree3cea5a92a85b2f11a914b7b7f6826905a8c289a0 /sys/dev/usb/ohci.c
parenta8a03c809abecaa58a44fbd208f7e21aa73c42ec (diff)
downloadFreeBSD-src-beae6a9ce5317c350f18af8cf1bb534a8f0a3786.zip
FreeBSD-src-beae6a9ce5317c350f18af8cf1bb534a8f0a3786.tar.gz
Make LINT compile again.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r--sys/dev/usb/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 5b7b55f..28c54dc 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -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 "
OpenPOWER on IntegriCloud