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

提交者
Mauro Carvalho Chehab

父節點
f078818770
當前提交
dfadaccabf
@@ -583,7 +583,6 @@ MODULE_DEVICE_TABLE(i2c, mt9v011_id);
|
||||
|
||||
static struct i2c_driver mt9v011_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "mt9v011",
|
||||
},
|
||||
.probe = mt9v011_probe,
|
||||
|
新增問題並參考
封鎖使用者