]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
media: ov2685: Remove owner assignment from i2c_driver
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 17 Mar 2018 18:24:58 +0000 (14:24 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 4 Apr 2018 10:12:53 +0000 (06:12 -0400)
commit4996c3d4cfce30ed30160c511b43d9b491445d7c
tree71519a8b9cad389bd2dc15ffc09093242356e2ef
parent5b81c53c4996c4382f8ea85c1706152c9e5af5c7
media: ov2685: Remove owner assignment from i2c_driver

Structure i2c_driver does not need to set the owner field, as this will
be populated by the driver core.

Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/ov2685.c