o drivers/usb/input/hid-core: initialize struct usb_driver ->owner field

parent 8c55196e
...@@ -1680,6 +1680,7 @@ static struct usb_device_id hid_usb_ids [] = { ...@@ -1680,6 +1680,7 @@ static struct usb_device_id hid_usb_ids [] = {
MODULE_DEVICE_TABLE (usb, hid_usb_ids); MODULE_DEVICE_TABLE (usb, hid_usb_ids);
static struct usb_driver hid_driver = { static struct usb_driver hid_driver = {
.owner = THIS_MODULE,
.name = "hid", .name = "hid",
.probe = hid_probe, .probe = hid_probe,
.disconnect = hid_disconnect, .disconnect = hid_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