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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user