]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaf435f45a6c19c6ec68facef539aa013d4d78788
treef31cf39ffece7f753f86120e8876e3cca386f933
parent95ca09c80e32bf387e1d02c419e9a7b0304fa5a8
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