]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM/orion/gpio: Replace three seq_printf() calls by seq_puts() in orion_gpio_dbg_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 16 Oct 2016 10:30:48 +0000 (12:30 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 17 Oct 2016 15:40:24 +0000 (17:40 +0200)
commitd6ea689345ecc27b636a8bb62bf07080f21f110c
tree451a31878abc134f34d11ce72efd585c2e4742aa
parent1001354ca34179f3db924eb66672442a173147dc
ARM/orion/gpio: Replace three seq_printf() calls by seq_puts() in orion_gpio_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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/plat-orion/gpio.c