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

Commit 7b0a2a3b 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: fix crash when read perf mode debugfs"

parents 1197eb64 5a4a920c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -776,8 +776,6 @@ static ssize_t mdss_debug_perf_mode_read(struct file *file,
	if (*ppos)
		return 0;	/* the end */

	buf[count] = 0;

	len = snprintf(buf, sizeof(buf), "min_mdp_clk %lu min_bus_vote %llu\n",
	perf_tune->min_mdp_clk, perf_tune->min_bus_vote);
	if (len < 0)