Parcourir la source

video: driver: fix minor typo

fixed minor typo.

Change-Id: I76e3d3fb4b0691f324d58e22b148fe26760c7fc1
Signed-off-by: Govindaraj Rajagopal <[email protected]>
Govindaraj Rajagopal il y a 4 ans
Parent
commit
8ed48fa824
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      driver/vidc/src/msm_vidc_driver.c

+ 1 - 1
driver/vidc/src/msm_vidc_driver.c

@@ -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);