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

Commit 30c47b32 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: fix controller state update during disconnect event" into msm-4.14

parents 48331cf3 47290bba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ static void dp_ctrl_push_idle(struct dp_ctrl *dp_ctrl, enum dp_stream_id strm)

	ctrl = container_of(dp_ctrl, struct dp_ctrl_private, dp_ctrl);

	if (!ctrl->power_on || atomic_read(&ctrl->aborted)) {
	if (!ctrl->power_on) {
		pr_err("CTRL off, return\n");
		return;
	}