aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/it913x.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-07-10 03:19:47 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 13:01:32 -0300
commit8972943c0e002541a7cede3e6612a3f775496fa2 (patch)
tree6d933c98be7a716025ec176d45c57686b5ac3ee7 /drivers/media/tuners/it913x.c
parent[media] radio: Drop owner assignment from i2c_driver (diff)
downloadlinux-dev-8972943c0e002541a7cede3e6612a3f775496fa2.tar.xz
linux-dev-8972943c0e002541a7cede3e6612a3f775496fa2.zip
[media] tuners: Drop owner assignment from i2c_driver
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/it913x.c')
-rw-r--r--drivers/media/tuners/it913x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/tuners/it913x.c b/drivers/media/tuners/it913x.c
index a076c87eda7a..5c96da693289 100644
--- a/drivers/media/tuners/it913x.c
+++ b/drivers/media/tuners/it913x.c
@@ -463,7 +463,6 @@ MODULE_DEVICE_TABLE(i2c, it913x_id_table);
static struct i2c_driver it913x_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "it913x",
},
.probe = it913x_probe,