Fix debug printf formats

This commit is contained in:
Peter Wemm 2002-02-28 00:06:59 +00:00
parent 226e3b6ec6
commit e51c24920f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91451

View File

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