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:
parent
a09367f089
commit
727e7d8621
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user