Skip to content

Commit

Permalink
[media] media: radio: add driver owner entry for radio-si4713
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eduardo Valentin authored and Mauro Carvalho Chehab committed Mar 23, 2013
1 parent a782ae0 commit 04edd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/radio/radio-si4713.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 04edd7b

Please sign in to comment.