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

Commit 34843c4e authored by Nitesh Gupta's avatar Nitesh Gupta Committed by Ian Maund
Browse files

msm: mdss: Fix flooding of partial update enable in logs



Changing partial update enable error message to debug
message to get rid of flooding of this message in logs.

Signed-off-by: default avatarNitesh Gupta <niteshg@codeaurora.org>
Change-Id: Ia3ffe2b6bdb7c816ec97896e047ac66ae0fdfea6
parent 563f2373
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1728,7 +1728,7 @@ static int mdp3_histo_ioctl(struct msm_fb_data_type *mfd, u32 cmd,
	mdp3_session = mfd->mdp.private1;

	if (mdp3_session->dyn_pu_state && (cmd != MSMFB_HISTOGRAM_STOP)) {
		pr_err("Partial update feature is enabled.\n");
		pr_debug("Partial update feature is enabled.\n");
		return -EPERM;
	}