summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/msp3400-driver.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-07-10 06:19:44 (GMT)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 16:00:15 (GMT)
commitdfadaccabf93362cda7232eb9684b2eae7f2abf9 (patch)
tree51ead7acd020bf969d29a463692574ea46fecee2 /drivers/media/i2c/msp3400-driver.c
parentf078818770e719b3c15b0ee26ace6b6088514152 (diff)
downloadlinux-dfadaccabf93362cda7232eb9684b2eae7f2abf9.tar.xz
[media] i2c: 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/i2c/msp3400-driver.c')
-rw-r--r--drivers/media/i2c/msp3400-driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/msp3400-driver.c b/drivers/media/i2c/msp3400-driver.c
index dcc68ec..bdb9400 100644
--- a/drivers/media/i2c/msp3400-driver.c
+++ b/drivers/media/i2c/msp3400-driver.c
@@ -894,7 +894,6 @@ MODULE_DEVICE_TABLE(i2c, msp_id);
static struct i2c_driver msp_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "msp3400",
.pm = &msp3400_pm_ops,
},