]> git.baikalelectronics.ru Git - kernel.git/commit
AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 16 Oct 2016 20:18:31 +0000 (22:18 +0200)
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Mon, 12 Dec 2016 08:05:46 +0000 (09:05 +0100)
commitff015d628da4eaa89fe234cb6544ae23820d21aa
tree83671095db6547c443c2f1887c7dfce02eba54cd
parenta03d84808ef9de6be5e3c116649ca3b822298e43
AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_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>
arch/avr32/mach-at32ap/pio.c