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

parent a5869164
...@@ -966,6 +966,7 @@ static struct usb_device_id catc_id_table [] = { ...@@ -966,6 +966,7 @@ static struct usb_device_id catc_id_table [] = {
MODULE_DEVICE_TABLE(usb, catc_id_table); MODULE_DEVICE_TABLE(usb, catc_id_table);
static struct usb_driver catc_driver = { static struct usb_driver catc_driver = {
.owner = THIS_MODULE,
.name = "catc", .name = "catc",
.probe = catc_probe, .probe = catc_probe,
.disconnect = catc_disconnect, .disconnect = catc_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