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

Commit 53864662 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: reset post_open flag on cable disconnect" into dev/msm-4.14-display

parents 4ec5e03b 7e6e8e80
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -798,6 +798,8 @@ static int dp_display_usbpd_disconnect_cb(struct device *dev)

	/* Reset abort value to allow future connections */
	atomic_set(&dp->aborted, 0);

	dp->dp_display.post_open = NULL;
end:
	return rc;
}