summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tda18212.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/tda18212.c
parentf77658bda96431801dcd078765ba92adcd02aaaa (diff)
downloadblackbird-obmc-linux-8972943c0e002541a7cede3e6612a3f775496fa2.tar.gz
blackbird-obmc-linux-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/tda18212.c')
-rw-r--r--drivers/media/tuners/tda18212.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/tuners/tda18212.c b/drivers/media/tuners/tda18212.c
index d93e0667b46b..7b8068354fea 100644
--- a/drivers/media/tuners/tda18212.c
+++ b/drivers/media/tuners/tda18212.c
@@ -277,7 +277,6 @@ MODULE_DEVICE_TABLE(i2c, tda18212_id);
static struct i2c_driver tda18212_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "tda18212",
},
.probe = tda18212_probe,
OpenPOWER on IntegriCloud