o drivers/usb/serial/io_edgeport: initialize struct usb_driver ->owner field

parent 79e30506
...@@ -464,6 +464,7 @@ static void edge_shutdown (struct usb_serial *serial); ...@@ -464,6 +464,7 @@ static void edge_shutdown (struct usb_serial *serial);
#include "io_tables.h" /* all of the devices that this driver supports */ #include "io_tables.h" /* all of the devices that this driver supports */
static struct usb_driver io_driver = { static struct usb_driver io_driver = {
.owner = THIS_MODULE,
.name = "io_edgeport", .name = "io_edgeport",
.probe = usb_serial_probe, .probe = usb_serial_probe,
.disconnect = usb_serial_disconnect, .disconnect = usb_serial_disconnect,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment