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

parent 6d12aedc
...@@ -366,6 +366,7 @@ static struct usb_device_id generic_serial_ids[] = { ...@@ -366,6 +366,7 @@ static struct usb_device_id generic_serial_ids[] = {
/* Driver structure we register with the USB core */ /* Driver structure we register with the USB core */
static struct usb_driver usb_serial_driver = { static struct usb_driver usb_serial_driver = {
.owner = THIS_MODULE,
.name = "usbserial", .name = "usbserial",
.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