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)
commit79ba1814dafc8f23fc518f7fe1ab79055b60803e
tree83671095db6547c443c2f1887c7dfce02eba54cd
parent78b7c6bff173b35b7a65659564e466149ef6f90b
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