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

parent 845b2bdf
...@@ -127,6 +127,7 @@ static struct usb_device_id id_table_combined [] = { ...@@ -127,6 +127,7 @@ static struct usb_device_id id_table_combined [] = {
MODULE_DEVICE_TABLE (usb, id_table_combined); MODULE_DEVICE_TABLE (usb, id_table_combined);
static struct usb_driver whiteheat_driver = { static struct usb_driver whiteheat_driver = {
.owner = THIS_MODULE,
.name = "whiteheat", .name = "whiteheat",
.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