fixed minor typo. Change-Id: I76e3d3fb4b0691f324d58e22b148fe26760c7fc1 Signed-off-by: Govindaraj Rajagopal <[email protected]>
@@ -2196,7 +2196,7 @@ int msm_vidc_session_streamoff(struct msm_vidc_inst *inst,
mutex_lock(&inst->lock);
if(rc)
- goto error:
+ goto error;
/* no more queued buffers after streamoff */
count = msm_vidc_num_buffers(inst, buffer_type, MSM_VIDC_ATTR_QUEUED);