Fix debug printf formats

This commit is contained in:
peter 2002-02-28 00:06:59 +00:00
parent ef2430cf70
commit 4bb5a22561

@ -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),