o drivers/class/bluetty: initialize struct usb_driver ->owner field

parent d3fa7c3c
...@@ -234,6 +234,7 @@ static struct usb_device_id usb_bluetooth_ids [] = { ...@@ -234,6 +234,7 @@ static struct usb_device_id usb_bluetooth_ids [] = {
MODULE_DEVICE_TABLE (usb, usb_bluetooth_ids); MODULE_DEVICE_TABLE (usb, usb_bluetooth_ids);
static struct usb_driver usb_bluetooth_driver = { static struct usb_driver usb_bluetooth_driver = {
.owner = THIS_MODULE,
.name = "bluetty", .name = "bluetty",
.probe = usb_bluetooth_probe, .probe = usb_bluetooth_probe,
.disconnect = usb_bluetooth_disconnect, .disconnect = usb_bluetooth_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