> -----Original Message----- > From: Hans Verkuil [mailto:hverkuil@xxxxxxxxx] > Sent: Sunday, May 09, 2010 7:27 PM > To: linux-media@xxxxxxxxxxxxxxx > Cc: Hiremath, Vaibhav > Subject: [PATCH 5/6] [RFC] tvp514x: remove obsolete fmt_list > > Signed-off-by: Hans Verkuil <hverkuil@xxxxxxxxx> > --- > drivers/media/video/tvp514x.c | 15 --------------- > 1 files changed, 0 insertions(+), 15 deletions(-) > > diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c > index 4e22621..1c3417b 100644 > --- a/drivers/media/video/tvp514x.c > +++ b/drivers/media/video/tvp514x.c > @@ -198,21 +198,6 @@ static struct tvp514x_reg tvp514x_reg_list_default[] = > { > }; > > /** > - * List of image formats supported by TVP5146/47 decoder > - * Currently we are using 8 bit mode only, but can be > - * extended to 10/20 bit mode. > - */ > -static const struct v4l2_fmtdesc tvp514x_fmt_list[] = { > - { > - .index = 0, > - .type = V4L2_BUF_TYPE_VIDEO_CAPTURE, > - .flags = 0, > - .description = "8-bit UYVY 4:2:2 Format", > - .pixelformat = V4L2_PIX_FMT_UYVY, > - }, > -}; > - > -/** [Hiremath, Vaibhav] This can be part of [PATCH 3/6] Subject: [RFC] tvp514x: there is only one supported format, so simplify the code Irrespective of this, this is required so, Reviewed-by: Vaibhav Hiremath <hvaibhav@xxxxxx> Tested-by: Vaibhav Hiremath <hvaibhav@xxxxxx> Acked-by: Vaibhav Hiremath <hvaibhav@xxxxxx> Thanks, Vaibhav > * Supported standards - > * > * Currently supports two standards only, need to add support for rest of > the > -- > 1.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html