V4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_camera.c
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Thu, 18 Dec 2008 16:50:40 +0000 (13:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:40:27 +0000 (09:40 -0200)
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>
drivers/media/video/sh_mobile_ceu_camera.c

index 6750c49..9a2586b 100644 (file)
@@ -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);
 }