]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: mux: Replace three seq_printf() calls by seq_puts()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 15 Oct 2016 20:22:09 +0000 (22:22 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 22:32:37 +0000 (15:32 -0700)
commitbbf193fc3c449684b7f1836f8e8102f99b432207
treedefeeaedb151b0419eae245e40a1ff2c025c1f28
parent76eddd604635a57ac34f3d570129c93b8e87a635
ARM: OMAP2+: mux: Replace three seq_printf() calls by seq_puts()

Strings which did not contain data format specification 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: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c