PERFORCE change 97472 for review

Olivier Houchard cognet at FreeBSD.org
Fri May 19 21:44:06 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97472

Change 97472 by cognet at cognet on 2006/05/19 21:43:13

	This change was right for CVS, but not here. Revert.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/uart_bus_at91usart.c#8 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/uart_bus_at91usart.c#8 (text+ko) ====

@@ -102,7 +102,7 @@
 		break;
 	}
 	sc->sc_class = &at91_usart_class;
-	return (uart_bus_probe(dev, 0, 0, 0, device_get_unit(dev)));
+	return (uart_bus_probe(dev, 0, 0, 0, device_get_unit(dev), 0));
 }
 
 


More information about the p4-projects mailing list