]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita931118b569c3095a5c5108ac5826eb40364f7ce
tree4bd09efa0df8dab20c9639c26257736b863dbbec
parentd334a73721886a2b5dfa6ce88c62d3848fcdeba5
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