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

Commit 68d429ce 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: free atomic state during lastclose" into dev/msm-4.14-display

parents 3f64ce5c 85d3620d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -979,8 +979,6 @@ static int msm_disable_all_modes(
		drm_modeset_backoff(ctx);
	}

	/* on successful atomic commit state ownership transfers to framework */
	if (ret != 0)
	drm_atomic_state_put(state);

	return ret;