mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
[media] media: radio: add driver owner entry for radio-si4713
Simple addition of platform_driver->driver->owner for radio-si4713. Signed-off-by: Eduardo Valentin <edubezval@gmail.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
a782ae09b7
commit
04edd7b038
@ -347,6 +347,7 @@ static int radio_si4713_pdriver_remove(struct platform_device *pdev)
|
||||
static struct platform_driver radio_si4713_pdriver = {
|
||||
.driver = {
|
||||
.name = "radio-si4713",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = radio_si4713_pdriver_probe,
|
||||
.remove = radio_si4713_pdriver_remove,
|
||||
|
Loading…
Reference in New Issue
Block a user