aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip/stub_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/usbip/stub_main.c')
-rw-r--r--drivers/usb/usbip/stub_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/usbip/stub_main.c b/drivers/usb/usbip/stub_main.c
index 660180a5d5c4..7170404e8979 100644
--- a/drivers/usb/usbip/stub_main.c
+++ b/drivers/usb/usbip/stub_main.c
@@ -302,7 +302,6 @@ static int __init usbip_host_init(void)
302 goto err_create_file; 302 goto err_create_file;
303 } 303 }
304 304
305 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n");
306 return ret; 305 return ret;
307 306
308err_create_file: 307err_create_file:
@@ -335,4 +334,3 @@ module_exit(usbip_host_exit);
335MODULE_AUTHOR(DRIVER_AUTHOR); 334MODULE_AUTHOR(DRIVER_AUTHOR);
336MODULE_DESCRIPTION(DRIVER_DESC); 335MODULE_DESCRIPTION(DRIVER_DESC);
337MODULE_LICENSE("GPL"); 336MODULE_LICENSE("GPL");
338MODULE_VERSION(USBIP_VERSION);