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

Commit 8b606f17 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Prevent excessive logging during rotation set failure"

parents 3802e278 dd99611d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ static int __mdss_mdp_rotator_to_pipe(struct mdss_mdp_rotator_session *rot,

	ret = mdss_mdp_smp_reserve(pipe);
	if (ret) {
		pr_err("unable to mdss_mdp_smp_reserve rot data\n");
		pr_debug("unable to mdss_mdp_smp_reserve rot data\n");
		return ret;
	}