ARM: OMAP2+: mux: Use seq_putc() in omap_mux_dbg_signal_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 15 Oct 2016 20:24:29 +0000 (22:24 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 22:34:09 +0000 (15:34 -0700)
commit195c7a52b76db106e6d2de2b2c3384366efad23c
tree5ea73abb3cdcd42f95664b51d68972c5217bc989
parentbbf193fc3c449684b7f1836f8e8102f99b432207
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: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c