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

parent 97f87001
......@@ -1342,6 +1342,7 @@ static void CDCEther_disconnect( struct usb_interface *intf )
//////////////////////////////////////////////////////////////////////////////
static struct usb_driver CDCEther_driver = {
.owner = THIS_MODULE,
.name = "CDCEther",
.probe = CDCEther_probe,
.disconnect = CDCEther_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