aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/spcp8x5.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/spcp8x5.c')
-rw-r--r--drivers/usb/serial/spcp8x5.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/serial/spcp8x5.c b/drivers/usb/serial/spcp8x5.c
index 1533d6e12238..96aeec746191 100644
--- a/drivers/usb/serial/spcp8x5.c
+++ b/drivers/usb/serial/spcp8x5.c
@@ -1054,7 +1054,8 @@ static int __init spcp8x5_init(void)
1054 retval = usb_register(&spcp8x5_driver); 1054 retval = usb_register(&spcp8x5_driver);
1055 if (retval) 1055 if (retval)
1056 goto failed_usb_register; 1056 goto failed_usb_register;
1057 info(DRIVER_DESC " " DRIVER_VERSION); 1057 printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":"
1058 DRIVER_DESC "\n");
1058 return 0; 1059 return 0;
1059failed_usb_register: 1060failed_usb_register:
1060 usb_serial_deregister(&spcp8x5_device); 1061 usb_serial_deregister(&spcp8x5_device);