Messages in this thread |  | | From | SF Markus Elfring <> | Subject | [PATCH 0/4] AVR32-AT32AP: Fine-tuning for three function implementations | Date | Sun, 16 Oct 2016 22:32:06 +0200 |
| |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sun, 16 Oct 2016 22:30:22 +0200
A few update suggestions were taken into account from static source code analysis.
Markus Elfring (4): clock: Use seq_putc() in two functions clock: Combine nine seq_printf() calls into one call in clk_show() pio: Use seq_putc() in pio_bank_show() pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()
arch/avr32/mach-at32ap/clock.c | 33 +++++++++++++++++++++------------ arch/avr32/mach-at32ap/pio.c | 6 +++--- 2 files changed, 24 insertions(+), 15 deletions(-)
-- 2.10.1
|  |