video: driver: fix incorrect initialization of dmabuf

Reinitialize dmabuf pointer to NULL only after
dma_buf_put has been called on that buffer.

Change-Id: I05e8c1d0901438bc39a9bf9faeed11e228cd7675
Signed-off-by: Darshana Patil <quic_darshana@quicinc.com>
This commit is contained in:
Darshana Patil
2023-02-07 12:07:33 -08:00
parent ff5f9d8998
commit f123b6eece

View File

@@ -2020,7 +2020,7 @@ int msm_vidc_process_readonly_buffers(struct msm_vidc_inst *inst,
ro_buf->attach, ro_buf->sg_table);
call_mem_op(core, dma_buf_detach, core,
ro_buf->dmabuf, ro_buf->attach);
ro_buf->dmabuf = NULL;
ro_buf->sg_table = NULL;
ro_buf->attach = NULL;
}
if (ro_buf->dbuf_get) {