[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>
Este commit está contenido en:

cometido por
Mauro Carvalho Chehab

padre
f078818770
commit
dfadaccabf
@@ -377,7 +377,6 @@ MODULE_DEVICE_TABLE(i2c, ths7303_id);
|
||||
|
||||
static struct i2c_driver ths7303_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ths73x3",
|
||||
},
|
||||
.probe = ths7303_probe,
|
||||
|
Referencia en una nueva incidencia
Block a user