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: Ingrid Gallardo <ingridg@codeaurora.org>
This commit is contained in:
Ingrid Gallardo 2015-04-10 12:43:58 -07:00 committed by David Keitel
parent 919af5ce9b
commit ae4ed9a00d

View file

@ -1588,7 +1588,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)