mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
MFp4:
formatting nit
This commit is contained in:
parent
e8c8e11c08
commit
435620f10d
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ at91_pio_attach(device_t dev)
|
|||
AT91_PIO_LOCK_DESTROY(sc);
|
||||
goto out;
|
||||
}
|
||||
sc->cdev = make_dev(&at91_pio_cdevsw, device_get_unit(dev), UID_ROOT
|
||||
, GID_WHEEL, 0600, "pio%d", device_get_unit(dev));
|
||||
sc->cdev = make_dev(&at91_pio_cdevsw, device_get_unit(dev), UID_ROOT,
|
||||
GID_WHEEL, 0600, "pio%d", device_get_unit(dev));
|
||||
if (sc->cdev == NULL) {
|
||||
err = ENOMEM;
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Reference in a new issue