Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa972299 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents eb3d20eb 91dce244
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}