mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
Add a missing \n.
This commit is contained in:
parent
5cccf58676
commit
b94ba2b9c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175120
@ -191,7 +191,7 @@ ate_attach(device_t dev)
|
||||
callout_init_mtx(&sc->tick_ch, &sc->sc_mtx, 0);
|
||||
|
||||
if ((err = ate_get_mac(sc, eaddr)) != 0) {
|
||||
device_printf(dev, "No MAC address set");
|
||||
device_printf(dev, "No MAC address set\n");
|
||||
goto out;
|
||||
}
|
||||
ate_set_mac(sc, eaddr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user