pinctrl: Replace two seq_printf() calls by seq_puts() in pinconf_show_map()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 2 May 2017 07:52:50 +0000 (09:52 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 22 May 2017 08:39:24 +0000 (10:39 +0200)
commitde2eae26def674ce9c78f3191b4bc0625c640d6a
tree9b90f85264af1b62dbd84e6c660f060de82b4d7f
parentadd7bfceac519a31c4c2611d7395cdb953649e5e
pinctrl: Replace two seq_printf() calls by seq_puts() in pinconf_show_map()

Strings which did not contain data format specifications should be put
into a sequence. Thus use the corresponding function "seq_puts".

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/pinconf.c