Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1634289
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] pinctrl: Fine-tuning for some function implementations |
| Date | 2017-05-02 11:30 +0200 |
| Message-ID | <tCCi5-4Jn-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Tue, 2 May 2017 11:16:54 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (9): Use seq_putc() in three functions Combine two seq_puts() calls into one call in two functions Combine five seq_printf() calls into one call in pinconf_dbg_config_print() Replace two seq_printf() calls by seq_puts() in pinconf_show_map() Adjust five checks for null pointers Combine substrings for a message in pin_config_group_get() Add spaces for better code readability core: Use seq_putc() in pinctrl_maps_show() core: Adjust nine checks for null pointers drivers/pinctrl/core.c | 20 ++++++++-------- drivers/pinctrl/pinconf.c | 61 ++++++++++++++++++++++++----------------------- 2 files changed, 41 insertions(+), 40 deletions(-) -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] pinctrl: Fine-tuning for some function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-02 11:30 +0200
[PATCH 8/9] pinctrl: Use seq_putc() in pinctrl_maps_show() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-02 11:30 +0200
Re: [PATCH 8/9] pinctrl: Use seq_putc() in pinctrl_maps_show() Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-03 19:50 +0200
Re: [PATCH 8/9] pinctrl: Use seq_putc() in pinctrl_maps_show() Linus Walleij <linus.walleij@linaro.org> - 2017-05-11 15:30 +0200
[PATCH 6/9] pinctrl: Combine substrings for a message in pin_config_group_get() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-02 11:30 +0200
Re: [PATCH 6/9] pinctrl: Combine substrings for a message in pin_config_group_get() Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-03 20:00 +0200
Re: [PATCH 6/9] pinctrl: Combine substrings for a message in pin_config_group_get() Linus Walleij <linus.walleij@linaro.org> - 2017-05-11 15:30 +0200
[PATCH 2/9] pinctrl: Combine two seq_puts() calls into one call in two functions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-02 11:30 +0200
Re: [PATCH 2/9] pinctrl: Combine two seq_puts() calls into one call in two functions Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-03 19:50 +0200
csiph-web