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

parent f9f964da
...@@ -2780,6 +2780,7 @@ static const struct usb_device_id products [] = { ...@@ -2780,6 +2780,7 @@ static const struct usb_device_id products [] = {
MODULE_DEVICE_TABLE (usb, products); MODULE_DEVICE_TABLE (usb, products);
static struct usb_driver usbnet_driver = { static struct usb_driver usbnet_driver = {
.owner = THIS_MODULE,
.name = driver_name, .name = driver_name,
.id_table = products, .id_table = products,
.probe = usbnet_probe, .probe = usbnet_probe,
......
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