On 01/30/2014 03:51 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> The format passed to VIDIOC_CREATE_BUFS is completely unchecked at
> the moment. So pass it to VIDIOC_TRY_FMT first.
Don't bother reviewing this. I'm going to change this anyway.
Regards,
Hans
>
> Signed-off-by: Han
From: Hans Verkuil
The format passed to VIDIOC_CREATE_BUFS is completely unchecked at
the moment. So pass it to VIDIOC_TRY_FMT first.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-ioctl.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/media/v4l2-core/v4l2-ioct