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

parent 35fe68c3
...@@ -227,10 +227,11 @@ static void emi26_disconnect(struct usb_interface *intf) ...@@ -227,10 +227,11 @@ static void emi26_disconnect(struct usb_interface *intf)
} }
struct usb_driver emi26_driver = { struct usb_driver emi26_driver = {
.name = "emi26 - firmware loader", .owner = THIS_MODULE,
.probe = emi26_probe, .name = "emi26 - firmware loader",
.disconnect = emi26_disconnect, .probe = emi26_probe,
.id_table = NULL, .disconnect = emi26_disconnect,
.id_table = NULL,
}; };
static int __init emi26_init (void) static int __init emi26_init (void)
......
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