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

Commit 40628cae 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/sde: mitigate error log on disabling DSC"

parents e6089e1f 471da428
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1291,7 +1291,7 @@ static int _sde_encoder_dsc_disable(struct sde_encoder_virt *sde_enc)
		}
		break;
	default:
		SDE_ERROR_ENC(sde_enc, "Unexpected topology:%d\n", topology);
		SDE_DEBUG_ENC(sde_enc, "Unexpected topology:%d\n", topology);
		return -EINVAL;
	};