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

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

Merge "mdss: compat: suppress unnecessary prints"

parents dfd700a9 8841a2fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2593,7 +2593,7 @@ int mdss_fb_compat_ioctl(struct fb_info *info, unsigned int cmd,
	if (ret == -ENOSYS)
		pr_err("%s: unsupported ioctl\n", __func__);
	else if (ret)
		pr_err("%s: ioctl err cmd=%u ret=%d\n", __func__, cmd, ret);
		pr_debug("%s: ioctl err cmd=%u ret=%d\n", __func__, cmd, ret);

	return ret;
}