Commit 04edd7b0 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Mauro Carvalho Chehab

[media] media: radio: add driver owner entry for radio-si4713

Simple addition of platform_driver->driver->owner for radio-si4713.
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a782ae09
...@@ -347,6 +347,7 @@ static int radio_si4713_pdriver_remove(struct platform_device *pdev) ...@@ -347,6 +347,7 @@ static int radio_si4713_pdriver_remove(struct platform_device *pdev)
static struct platform_driver radio_si4713_pdriver = { static struct platform_driver radio_si4713_pdriver = {
.driver = { .driver = {
.name = "radio-si4713", .name = "radio-si4713",
.owner = THIS_MODULE,
}, },
.probe = radio_si4713_pdriver_probe, .probe = radio_si4713_pdriver_probe,
.remove = radio_si4713_pdriver_remove, .remove = radio_si4713_pdriver_remove,
......
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