Add a missing \n to a bootverbose printf.
This commit is contained in:
parent
f08dac4e90
commit
ed47d82f59
@ -420,7 +420,7 @@ arm_tmr_attach(device_t dev)
|
||||
tc_err = attach_tc(sc);
|
||||
else if (bootverbose)
|
||||
device_printf(sc->dev,
|
||||
"not using variable-frequency device as timecounter");
|
||||
"not using variable-frequency device as timecounter\n");
|
||||
sc->memrid++;
|
||||
sc->irqrid++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user