mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Minor printf nit to keep out clean
This commit is contained in:
parent
1bbe5942b5
commit
7befb5c2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ gpiobus_parse_pins(struct gpiobus_softc *sc, device_t child, int mask)
|
|||
}
|
||||
|
||||
if (npins == 0) {
|
||||
device_printf(child, "empty pin mask");
|
||||
device_printf(child, "empty pin mask\n");
|
||||
return (EINVAL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue