]> 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)
commitb3ae0bf91a2b71d19c170df6bc5706c6a04b24d6
tree4bd09efa0df8dab20c9639c26257736b863dbbec
parent231f48b333f408fa943ebdb9a31ef99d30566473
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