]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 12 Jan 2017 15:51:00 +0000 (16:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 17 Jan 2017 14:56:01 +0000 (15:56 +0100)
commit420dc61642920849d824a0de2aa853db59f5244f
treee8064e1561c3f3df2f621d7e992cefa445a2bf48
parent39c7c5abe8cfd6ff3da5df1e78b3e6833f045af5
pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()

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/mvebu/pinctrl-mvebu.c