mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue