1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
formatting nit
This commit is contained in:
Warner Losh 2006-11-29 08:17:40 +00:00
parent e8c8e11c08
commit 435620f10d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164745

View File

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