aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2015-12-29 13:36:14 +0100
committerJohan Hovold <johan@kernel.org>2015-12-29 13:43:14 +0100
commit554eb0f205959081361965d04361ef03ca0e066d (patch)
tree80bd3defa51164b8e8e40b88b43cf36891f1705b /drivers/usb/serial
parentUSB: mxu11x0: fix modem-control handling on B0-transitions (diff)
downloadlinux-dev-554eb0f205959081361965d04361ef03ca0e066d.tar.xz
linux-dev-554eb0f205959081361965d04361ef03ca0e066d.zip
USB: mxu11x0: rename usb-serial driver
Rename the usb-serial driver "mxu11x0" to match the USB driver name. Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r--drivers/usb/serial/mxu11x0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/serial/mxu11x0.c b/drivers/usb/serial/mxu11x0.c
index c408cd7b4dc6..73cc8564a562 100644
--- a/drivers/usb/serial/mxu11x0.c
+++ b/drivers/usb/serial/mxu11x0.c
@@ -958,10 +958,10 @@ exit:
status);
}
-static struct usb_serial_driver mxuport11_device = {
+static struct usb_serial_driver mxu11x0_device = {
.driver = {
.owner = THIS_MODULE,
- .name = "mxuport11",
+ .name = "mxu11x0",
},
.description = "MOXA UPort 11x0",
.id_table = mxu1_idtable,
@@ -981,7 +981,7 @@ static struct usb_serial_driver mxuport11_device = {
};
static struct usb_serial_driver *const serial_drivers[] = {
- &mxuport11_device, NULL
+ &mxu11x0_device, NULL
};
module_usb_serial_driver(serial_drivers, mxu1_idtable);