svn commit: r264218 - head/sys/dev/uart

Rui Paulo rpaulo at FreeBSD.org
Mon Apr 7 05:18:27 UTC 2014


Author: rpaulo
Date: Mon Apr  7 05:18:27 2014
New Revision: 264218
URL: http://svnweb.freebsd.org/changeset/base/264218

Log:
  Use a more professional device description.

Modified:
  head/sys/dev/uart/uart_dev_imx.c

Modified: head/sys/dev/uart/uart_dev_imx.c
==============================================================================
--- head/sys/dev/uart/uart_dev_imx.c	Mon Apr  7 02:36:30 2014	(r264217)
+++ head/sys/dev/uart/uart_dev_imx.c	Mon Apr  7 05:18:27 2014	(r264218)
@@ -352,7 +352,7 @@ imx_uart_bus_probe(struct uart_softc *sc
 	sc->sc_rxfifosz = 1;
 	sc->sc_txfifosz = 1;
 
-	device_set_desc(sc->sc_dev, "imx_uart");
+	device_set_desc(sc->sc_dev, "Freescale i.MX UART");
 	return (0);
 }
 


More information about the svn-src-head mailing list