[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>
This commit is contained in:
Krzysztof Kozlowski
2015-07-10 03:19:47 -03:00
committed by Mauro Carvalho Chehab
父節點 f77658bda9
當前提交 8972943c0e
共有 7 個文件被更改,包括 0 次插入7 次删除

查看文件

@@ -632,7 +632,6 @@ MODULE_DEVICE_TABLE(i2c, fc2580_id_table);
static struct i2c_driver fc2580_driver = {
.driver = {
.owner = THIS_MODULE,
.name = "fc2580",
.suppress_bind_attrs = true,
},