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

Commit f3f0378a authored by Ingrid Gallardo's avatar Ingrid Gallardo Committed by Anusha Koduru
Browse files

msm: mdss: fix typo in exposed mdp capabilities



Fix typo in mdp capabilities that are exposed
to user space. Code was missing a new line sign,
causing two capabilities to be appended in the
same line.

Change-Id: I005c710f6dcda623b3048cb2d9d4c601a80bf3c9
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 09deb55f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1566,7 +1566,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)