Browse Source

Merge "disp: msm: dp: reinit video_comp variable before using it again"

qctecmdr 4 năm trước cách đây
mục cha
commit
fa97229906
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      msm/dp/dp_ctrl.c

+ 1 - 0
msm/dp/dp_ctrl.c

@@ -866,6 +866,7 @@ static void dp_ctrl_host_deinit(struct dp_ctrl *dp_ctrl)
 
 static void dp_ctrl_send_video(struct dp_ctrl_private *ctrl)
 {
+	reinit_completion(&ctrl->video_comp);
 	ctrl->catalog->state_ctrl(ctrl->catalog, ST_SEND_VIDEO);
 }