pinctrl: abx500: Use seq_putc() in abx500_gpio_dbg_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 13 Jan 2018 10:04:29 +0000 (11:04 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 16 Jan 2018 10:06:13 +0000 (11:06 +0100)
commit02c9d285ff321c306a321b5f7df054d194dec52f
treef31cf39ffece7f753f86120e8876e3cca386f933
parent8b3d9cd48d15f34328ec69ecff5ca860e7068e36
pinctrl: abx500: Use seq_putc() in abx500_gpio_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/pinctrl/nomadik/pinctrl-abx500.c