Re: [PATCH] adp1653: set media entity type

2011-08-17 Thread Sakari Ailus
On Thu, Aug 11, 2011 at 02:35:04PM +0300, Andy Shevchenko wrote: > The type of a media entity is default for this driver. This patch makes it > explicitly defined as MEDIA_ENT_T_V4L2_SUBDEV_FLASH. Thanks again for the patch, Andy! Applied to my tree in linuxtv.org; the branch is called media-for-

[PATCH] adp1653: set media entity type

2011-08-11 Thread Andy Shevchenko
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 --- drivers/media/video/adp1653.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/adp1653.c