Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,