Author: hselasky
Date: Sun Sep 23 09:39:04 2012
New Revision: 240856
URL: http://svn.freebsd.org/changeset/base/240856
Log:
Correct driver name.
MFC after: 1 weeks
Modified:
head/sys/dev/usb/serial/uchcom.c
Modified: head/sys/dev/usb/serial/uchcom.c
==============================================================================
--- head/sys/dev/usb/serial/uchcom.c Sun Sep 23 09:13:57 2012
(r240855)
+++ head/sys/dev/usb/serial/uchcom.c Sun Sep 23 09:39:04 2012
(r240856)
@@ -870,7 +870,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-head
To unsubscribe, send any mail to "[email protected]"