aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2011-08-11 07:35:04 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-22 09:26:46 -0400
commit653822b9276472aa760fa80f32ffcc777de9c403 (patch)
treed44d21cf28354f561c661f8f77fde2ea6a86b90b
parent425b91c94a8287a9e1463f2ba23170584077ebe6 (diff)
[media] adp1653: set media entity type
The type of a media entity is default for this driver. This patch makes it explicitly defined as MEDIA_ENT_T_V4L2_SUBDEV_FLASH. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/adp1653.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/adp1653.c b/drivers/media/video/adp1653.c
index 2e874c335c13..5914390211ff 100644
--- a/drivers/media/video/adp1653.c
+++ b/drivers/media/video/adp1653.c
@@ -438,6 +438,8 @@ static int adp1653_probe(struct i2c_client *client,
438 if (ret < 0) 438 if (ret < 0)
439 goto free_and_quit; 439 goto free_and_quit;
440 440
441 flash->subdev.entity.type = MEDIA_ENT_T_V4L2_SUBDEV_FLASH;
442
441 return 0; 443 return 0;
442 444
443free_and_quit: 445free_and_quit: