[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
@@ -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,
|
||||
|
新增問題並參考
封鎖使用者