gpio: stmpe: Use seq_putc() in stmpe_dbg_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 12 Jan 2018 18:30:50 +0000 (19:30 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 17 Jan 2018 06:44:15 +0000 (07:44 +0100)
commit0d83a5eb65095b84b5b000684407fc171d7872e4
tree84295f6578287dd874c874c7338763c766669303
parent7d18f0a14aa6a0d6bad39111c1fb655f07f71d59
gpio: stmpe: Use seq_putc() in stmpe_dbg_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: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-stmpe.c