msm: vidc: Report asynchronous error if buf_queue fails
vb2_qbuf() api calls driver registered function buf_queue()
to queue buffer to driver. The buf_queue() api return type
is void, so driver is supposed to send asynchronous failure
to client if buf_queue() fails as there is no synchronous
failure support due to void return type.
CRs-Fixed: 2129118
Change-Id: I273aaf983c76d48b2764a938c3374176fa0ff7e5
Signed-off-by:
Maheshwar Ajja <majja@codeaurora.org>
Loading
Please register or sign in to comment