commit | 0eecc61947ed329659a9fa9ef7d0959b1c84259d | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Mon Apr 08 08:32:55 2019 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Apr 22 12:11:13 2019 -0400 |
tree | 6f43cb2a99c0fdda55960c837ba967828a960c89 | |
parent | 01ba2e65e445d9cc5fb87ba1136f7b693dfb92dc [diff] |
media: coda: throw error on create_bufs with too small size If VIDIOC_CREATE_BUFS is called with a sizeimage smaller than the queue sizeimage, fail with -EINVAL instead of correcting the size and continuing without error. This is required by v4l2-compliance. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>