Merge "video: driver: remove setting allow_zero_bytesused to 1"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

커밋
9e7718eedf
@@ -3014,7 +3014,6 @@ static int vb2q_init(struct msm_vidc_inst *inst,
|
|||||||
q->ops = core->vb2_ops;
|
q->ops = core->vb2_ops;
|
||||||
q->mem_ops = core->vb2_mem_ops;
|
q->mem_ops = core->vb2_mem_ops;
|
||||||
q->drv_priv = inst;
|
q->drv_priv = inst;
|
||||||
q->allow_zero_bytesused = 1;
|
|
||||||
q->copy_timestamp = 1;
|
q->copy_timestamp = 1;
|
||||||
rc = vb2_queue_init(q);
|
rc = vb2_queue_init(q);
|
||||||
if (rc)
|
if (rc)
|
||||||
|
Reference in New Issue
Block a user