diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-05 17:45:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-05 17:45:47 +0000 |
| commit | e9ad04e4e69901183728bd0dde2d6a9c32fa9939 (patch) | |
| tree | 3cea5a92a85b2f11a914b7b7f6826905a8c289a0 /sys | |
| parent | 86ea2d8216f86b3f7b74f2c38ee0aab366bfb33d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 5b7b55f5ca68d..28c54dc4689ca 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 " |
