AVR32-clock: Combine nine seq_printf() calls into one call in clk_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 16 Oct 2016 20:04:10 +0000 (22:04 +0200)
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Mon, 12 Dec 2016 08:05:46 +0000 (09:05 +0100)
commit017e7d0246911796938dd30e7be3b0b76423af8a
tree4bd09efa0df8dab20c9639c26257736b863dbbec
parent65c0787ce09634aa5ca3b632c2dbf086722d28fe
AVR32-clock: Combine nine seq_printf() calls into one call in clk_show()

Some data were printed into a sequence by nine separate function calls.
Print the same data by a single function call instead.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
arch/avr32/mach-at32ap/clock.c