From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perceval.ideasonboard.com ([95.142.166.194]:35088 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207Ab2FRKN3 (ORCPT ); Mon, 18 Jun 2012 06:13:29 -0400 From: Laurent Pinchart To: Hans Verkuil Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab , Hans de Goede , Andy Walls , Guennadi Liakhovetski , Pawel Osciak , Tomasz Stanislawski , Hans Verkuil Subject: Re: [RFCv1 PATCH 27/32] vivi: embed struct video_device instead of allocating it. Date: Mon, 18 Jun 2012 12:13:38 +0200 Message-ID: <1562498.nha7JZTATH@avalon> In-Reply-To: <9b33e257c9f308801652f90514a330388d214c34.1339321562.git.hans.verkuil@cisco.com> References: <1339323954-1404-1-git-send-email-hverkuil@xs4all.nl> <9b33e257c9f308801652f90514a330388d214c34.1339321562.git.hans.verkuil@cisco.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Hans, Thanks for the patch. On Sunday 10 June 2012 12:25:49 Hans Verkuil wrote: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil > --- > drivers/media/video/vivi.c | 25 +++++++------------------ > 1 file changed, 7 insertions(+), 18 deletions(-) > > diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c > index 8dd5ae6..1e4da5e 100644 > --- a/drivers/media/video/vivi.c > +++ b/drivers/media/video/vivi.c [snip] > @@ -1080,7 +1078,6 @@ static int vidioc_enum_input(struct file *file, void > *priv, return -EINVAL; > > inp->type = V4L2_INPUT_TYPE_CAMERA; > - inp->std = V4L2_STD_525_60; Doesn't this belong to the previous patch ? > sprintf(inp->name, "Camera %u", inp->index); > return 0; > } -- Regards, Laurent Pinchart