aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/belkin_sa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/belkin_sa.c')
-rw-r--r--drivers/usb/serial/belkin_sa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c
index 6d84de40cb7b..4878961a0900 100644
--- a/drivers/usb/serial/belkin_sa.c
+++ b/drivers/usb/serial/belkin_sa.c
@@ -122,7 +122,9 @@ static struct usb_driver belkin_driver = {
122 122
123/* All of the device info needed for the serial converters */ 123/* All of the device info needed for the serial converters */
124static struct usb_serial_driver belkin_device = { 124static struct usb_serial_driver belkin_device = {
125 .owner = THIS_MODULE, 125 .driver = {
126 .owner = THIS_MODULE,
127 },
126 .name = "Belkin / Peracom / GoHubs USB Serial Adapter", 128 .name = "Belkin / Peracom / GoHubs USB Serial Adapter",
127 .short_name = "belkin", 129 .short_name = "belkin",
128 .id_table = id_table_combined, 130 .id_table = id_table_combined,