diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-02-28 00:06:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-02-28 00:06:59 +0000 |
| commit | e51c24920ff7f73968a14a9d971afd1726c63b6a (patch) | |
| tree | bd0f79405a437176be66f688c60d3d1164e602f4 /sys | |
| parent | 226e3b6ec632db42bfb37c3a85e43fc234cd07de (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/ohci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index ec7b6672c96f..63792a149cf8 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1672,8 +1672,7 @@ ohci_dump_ed(ohci_soft_ed_t *sed) OHCI_ED_GET_MAXP(le32toh(sed->ed.ed_flags)), (int)le32toh(sed->ed.ed_flags), "\20\14OUT\15IN\16LOWSPEED\17SKIP\20ISO", - (int)(uintptr_t)le32toh(sed->ed.ed_tailp), - "\20\1BIT1\2BIT2", + (u_long)(uintptr_t)le32toh(sed->ed.ed_tailp), (int)(uintptr_t)le32toh(sed->ed.ed_headp), "\20\1HALT\2CARRY", (u_long)le32toh(sed->ed.ed_headp), |
