mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 04:24:02 +08:00
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>
This commit is contained in:
parent
a85bdace0c
commit
b6c6173ee8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user