From: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Date: Thu, 18 Dec 2008 16:50:40 +0000 (-0300)
Subject: V4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_camera.c
X-Git-Tag: v2.6.29-rc1~556^2~27
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b6c6173ee8af9e8723b76e12bd92e484dc39353f;p=linux-2.6-omap-h63xx.git

V4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_camera.c

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---

diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c
index 6750c49f4c0..9a2586b07a0 100644
--- a/drivers/media/video/sh_mobile_ceu_camera.c
+++ b/drivers/media/video/sh_mobile_ceu_camera.c
@@ -737,7 +737,7 @@ static void sh_mobile_ceu_init_videobuf(struct videobuf_queue *q,
 				       &sh_mobile_ceu_videobuf_ops,
 				       &ici->dev, &pcdev->lock,
 				       V4L2_BUF_TYPE_VIDEO_CAPTURE,
-				       V4L2_FIELD_NONE,
+				       V4L2_FIELD_ANY,
 				       sizeof(struct sh_mobile_ceu_buffer),
 				       icd);
 }