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

Commit 195c7a52 authored by Markus Elfring's avatar Markus Elfring Committed by Tony Lindgren
Browse files

ARM: OMAP2+: mux: Use seq_putc() in omap_mux_dbg_signal_show()



A single character (line break) should be put into a sequence.
Thus use the corresponding function "seq_putc".

This issue was detected by using the Coccinelle software.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent bbf193fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ static int omap_mux_dbg_signal_show(struct seq_file *s, void *unused)
			m->balls[1] ? m->balls[1] : none);
	seq_puts(s, "mode: ");
	omap_mux_decode(s, val);
	seq_printf(s, "\n");
	seq_putc(s, '\n');
	seq_printf(s, "signals: %s | %s | %s | %s | %s | %s | %s | %s\n",
			m->muxnames[0] ? m->muxnames[0] : none,
			m->muxnames[1] ? m->muxnames[1] : none,