]> asedeno.scripts.mit.edu Git - linux.git/commit
media: vim2m: add buf_out_validate callback
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 16 Jan 2019 12:01:14 +0000 (10:01 -0200)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 31 Jan 2019 11:30:15 +0000 (09:30 -0200)
commitab7afaf33275acc2ccfaab3fe5b46870eaee9d55
tree355e413f88994f26cc984ac5c52bf22a8cef64e9
parent28d77c21cbeb2c6039d48ef88401b87a56a7a07f
media: vim2m: add buf_out_validate callback

Validate the field for an output buffer. This ensures that the
field is validated when the buffer is queued to a request, and
not when the request itself is queued, which is too late.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vim2m.c