PERFORCE change 110606 for review
Warner Losh
imp at FreeBSD.org
Mon Nov 27 21:35:46 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=110606
Change 110606 by imp at imp_lighthouse on 2006/11/28 00:54:32
nits
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/at91_pio.c#22 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/at91_pio.c#22 (text+ko) ====
@@ -155,8 +155,8 @@
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;
More information about the p4-projects
mailing list