MFp4:
formatting nit
This commit is contained in:
parent
e8c8e11c08
commit
435620f10d
@ -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 New Issue
Block a user