Add a missing \n to a bootverbose printf.

This commit is contained in:
Ian Lepore 2019-01-07 16:36:45 +00:00
parent f08dac4e90
commit ed47d82f59

View File

@ -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++;
}