[media] media/i2c: Delete owner assignment
The field "owner" is set by core. Thus delete an extra initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Este commit está contenido en:

cometido por
Mauro Carvalho Chehab

padre
e62c30e768
commit
43c784aab7
@@ -1217,7 +1217,6 @@ MODULE_DEVICE_TABLE(i2c, ad9389b_id);
|
||||
|
||||
static struct i2c_driver ad9389b_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ad9389b",
|
||||
},
|
||||
.probe = ad9389b_probe,
|
||||
|
Referencia en una nueva incidencia
Block a user