[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>
这个提交包含在:

提交者
Mauro Carvalho Chehab

父节点
f77658bda9
当前提交
8972943c0e
@@ -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,
|
||||
|
在新工单中引用
屏蔽一个用户