summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ohci.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-23 19:25:29 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-23 19:25:29 +0000
commit10a1190c8b37d7766bfee8f4e9e346bc38094ade (patch)
treee576464f72f53b20b2399e5540eaec9f6d18b3c8 /sys/dev/usb/ohci.c
parent90c55ca5555ef62b1a68b0a974fc3a7ee1725d11 (diff)
Notes
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 c5a2d8180d07..595a597a5c84 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1592,7 +1592,7 @@ ohci_dump_ed(sed)
(int)LE(sed->ed.ed_flags),
"\20\14OUT\15IN\16LOWSPEED\17SKIP\20ISO",
(u_long)LE(sed->ed.ed_tailp),
- (u_long)LE(sed->ed.ed_headp),
+ (int)(uintptr_t)LE(sed->ed.ed_headp),
"\20\1HALT\2CARRY",
(u_long)LE(sed->ed.ed_nexted)));
}