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

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

Merge "disp: msm: dp: update the connected state during clean up"

parents 4a62cac0 c36e7e01
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -926,6 +926,7 @@ static void dp_display_clean(struct dp_display_private *dp)
	}
	}


	dp->power_on = false;
	dp->power_on = false;
	dp->is_connected = false;


	dp->ctrl->off(dp->ctrl);
	dp->ctrl->off(dp->ctrl);
}
}