USB: OTG: msm: Add new line to the end of chg_type debugfs output

Change-Id: I3bd3baf1f4817f25db5aab518e96d9ad19f02bac
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
Pavankumar Kondeti
2011-12-12 14:18:22 +05:30
parent 8a379b4906
commit 9ef69cb2ac

View File

@@ -1984,7 +1984,7 @@ static int msm_otg_show_chg_type(struct seq_file *s, void *unused)
{
struct msm_otg *motg = s->private;
seq_printf(s, chg_to_string(motg->chg_type));
seq_printf(s, "%s\n", chg_to_string(motg->chg_type));
return 0;
}