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

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

Merge "disp: msm: sde: avoid false error for encoder restore"

parents 56c84a97 10d92563
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3124,7 +3124,7 @@ void sde_encoder_virt_restore(struct drm_encoder *drm_enc)
	sde_enc = to_sde_encoder_virt(drm_enc);

	if (!sde_enc->cur_master) {
		SDE_ERROR("virt encoder has no master\n");
		SDE_DEBUG("virt encoder has no master\n");
		return;
	}