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)
}
struct usb_driver emi26_driver = {
.name = "emi26 - firmware loader",
.probe = emi26_probe,
.disconnect = emi26_disconnect,
.id_table = NULL,
.owner = THIS_MODULE,
.name = "emi26 - firmware loader",
.probe = emi26_probe,
.disconnect = emi26_disconnect,
.id_table = NULL,
};
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