diff options
-rw-r--r-- | drivers/usb/serial/usb-serial-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb-serial-simple.c b/drivers/usb/serial/usb-serial-simple.c index 6a06131f48f4..52eb91f2eb2a 100644 --- a/drivers/usb/serial/usb-serial-simple.c +++ b/drivers/usb/serial/usb-serial-simple.c | |||
@@ -29,7 +29,7 @@ static const struct usb_device_id vendor##_id_table[] = { \ | |||
29 | static struct usb_serial_driver vendor##_device = { \ | 29 | static struct usb_serial_driver vendor##_device = { \ |
30 | .driver = { \ | 30 | .driver = { \ |
31 | .owner = THIS_MODULE, \ | 31 | .owner = THIS_MODULE, \ |
32 | .name = "stringify(vendor)", \ | 32 | .name = #vendor, \ |
33 | }, \ | 33 | }, \ |
34 | .id_table = vendor##_id_table, \ | 34 | .id_table = vendor##_id_table, \ |
35 | .num_ports = 1, \ | 35 | .num_ports = 1, \ |