[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>
This commit is contained in:

committed by
Mauro Carvalho Chehab

부모
e62c30e768
커밋
43c784aab7
@@ -1233,7 +1233,6 @@ MODULE_DEVICE_TABLE(of, tvp514x_of_match);
|
||||
static struct i2c_driver tvp514x_driver = {
|
||||
.driver = {
|
||||
.of_match_table = of_match_ptr(tvp514x_of_match),
|
||||
.owner = THIS_MODULE,
|
||||
.name = TVP514X_MODULE_NAME,
|
||||
},
|
||||
.probe = tvp514x_probe,
|
||||
|
Reference in New Issue
Block a user