Skip to content

Commit

Permalink
V4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_…
Browse files Browse the repository at this point in the history
…camera.c

Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Kuninori Morimoto authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent a85bdac commit b6c6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/sh_mobile_ceu_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b6c6173

Please sign in to comment.