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

Commit 1197eb64 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 typo in exposed mdp capabilities"

parents dffb761b f3f0378a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1590,7 +1590,7 @@ static ssize_t mdss_mdp_show_capabilities(struct device *dev,
	}

	if (mdata->props)
		SPRINT("props=%d", mdata->props);
		SPRINT("props=%d\n", mdata->props);
	if (mdata->max_bw_low)
		SPRINT("max_bandwidth_low=%u\n", mdata->max_bw_low);
	if (mdata->max_bw_high)