Explorar o código

video: driver: fix minor typo

fixed minor typo.

Change-Id: I76e3d3fb4b0691f324d58e22b148fe26760c7fc1
Signed-off-by: Govindaraj Rajagopal <[email protected]>
Govindaraj Rajagopal %!s(int64=4) %!d(string=hai) anos
pai
achega
8ed48fa824
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);