Re: [PATCH 5/5] pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()

2017-01-17 Thread Linus Walleij
On Thu, Jan 12, 2017 at 5:37 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 12 Jan 2017 17:12:30 +0100 > > Single characters should be put into a sequence. > Thus use the corresponding function "seq_putc". > > This

Re: [PATCH 5/5] pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()

2017-01-17 Thread Linus Walleij
On Thu, Jan 12, 2017 at 5:37 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 12 Jan 2017 17:12:30 +0100 > > Single characters should be put into a sequence. > Thus use the corresponding function "seq_putc". > > This issue was detected by using the Coccinelle software. > >

[PATCH 5/5] pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()

2017-01-12 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 12 Jan 2017 17:12:30 +0100 Single characters 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

[PATCH 5/5] pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()

2017-01-12 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 12 Jan 2017 17:12:30 +0100 Single characters 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 --- drivers/pinctrl/mvebu/pinctrl-mvebu.c | 16