o Fix printf(9) formatting: do not use hardcode "0x" and "#" flags

simultaneously.  Remove "#' flag to match a style of the rest of
file.

PR:		kern/85477
Submitted by:	Oliver Fromme
This commit is contained in:
Maxim Konovalov 2006-04-15 11:41:40 +00:00
parent a09367f089
commit 727e7d8621
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157772

View File

@ -289,7 +289,7 @@ xe_attach (device_t dev)
}
if (scp->ce2) {
XE_SELECT_PAGE(0x45);
DEVPRINTF(1, (dev, "CE2 version = 0x%#02x\n", XE_INB(XE_REV)));
DEVPRINTF(1, (dev, "CE2 version = 0x%02x\n", XE_INB(XE_REV)));
}
/* Attach the interface */