Author: hselasky
Date: Mon Oct  1 06:00:08 2012
New Revision: 241086
URL: http://svn.freebsd.org/changeset/base/241086

Log:
  MFC r240856:
  Correct driver name.

Modified:
  stable/8/sys/dev/usb/serial/uchcom.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/usb/   (props changed)

Modified: stable/8/sys/dev/usb/serial/uchcom.c
==============================================================================
--- stable/8/sys/dev/usb/serial/uchcom.c        Mon Oct  1 05:57:48 2012        
(r241085)
+++ stable/8/sys/dev/usb/serial/uchcom.c        Mon Oct  1 06:00:08 2012        
(r241086)
@@ -847,7 +847,7 @@ static device_method_t uchcom_methods[] 
 };
 
 static driver_t uchcom_driver = {
-       .name = "ucom",
+       .name = "uchcom",
        .methods = uchcom_methods,
        .size = sizeof(struct uchcom_softc)
 };
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to