summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/lm3646.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2015-09-06 14:33:39 +0200
committerMauro Carvalho Chehab2016-01-11 15:19:00 +0100
commit0e576b76f5470a2f8b2287958a2b9a3dd0f56f10 (patch)
tree8c35b42290ca39072a406e44e20970174b7dfe80 /drivers/media/i2c/lm3646.c
parent[media] media-entity: must check media_create_pad_link() (diff)
downloadkernel-qcow2-linux-0e576b76f5470a2f8b2287958a2b9a3dd0f56f10.tar.gz
kernel-qcow2-linux-0e576b76f5470a2f8b2287958a2b9a3dd0f56f10.tar.xz
kernel-qcow2-linux-0e576b76f5470a2f8b2287958a2b9a3dd0f56f10.zip
[media] media-entity.h: rename entity.type to entity.function
Entities should have one or more functions. Calling it as a type proofed to not be correct, as an entity could eventually have more than one type. So, rename the field as function. Please notice that this patch doesn't extend support for multiple function entities. Such change will happen when we have real case drivers using it. No functional changes. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/lm3646.c')
-rw-r--r--drivers/media/i2c/lm3646.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/lm3646.c b/drivers/media/i2c/lm3646.c
index a037616bbab0..a52cc3a6fb55 100644
--- a/drivers/media/i2c/lm3646.c
+++ b/drivers/media/i2c/lm3646.c
@@ -285,7 +285,7 @@ static int lm3646_subdev_init(struct lm3646_flash *flash)
rval = media_entity_init(&flash->subdev_led.entity, 0, NULL);
if (rval < 0)
goto err_out;
- flash->subdev_led.entity.type = MEDIA_ENT_T_V4L2_SUBDEV_FLASH;
+ flash->subdev_led.entity.function = MEDIA_ENT_T_V4L2_SUBDEV_FLASH;
return rval;
err_out: