All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] clk: Fine-tuning for ten function implementations
@ 2017-04-20  8:20 ` SF Markus Elfring
  0 siblings, 0 replies; 30+ messages in thread
From: SF Markus Elfring @ 2017-04-20  8:20 UTC (permalink / raw)
  To: linux-clk, Michael Turquette, Stephen Boyd; +Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Thu, 20 Apr 2017 10:12:34 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (8):
  Use devm_kcalloc() in si5351_i2c_probe()
  Delete an error message for a failed memory allocation in si5351_i2c_probe()
  Adjust a null pointer check in si5351_dt_parse()
  Replace four seq_printf() calls by seq_putc()
  Combine two seq_puts() calls into one call in clk_summary_show()
  Improve a size determination in two functions
  Use seq_puts() in nomadik_src_clk_show()
  Delete error messages for a failed memory allocation in two functions

 drivers/clk/clk-nomadik.c | 12 ++++--------
 drivers/clk/clk-si5351.c  | 10 ++++------
 drivers/clk/clk.c         | 19 +++++++++----------
 3 files changed, 17 insertions(+), 24 deletions(-)

-- 
2.12.2


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2017-04-22  2:48 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20  8:20 [PATCH 0/8] clk: Fine-tuning for ten function implementations SF Markus Elfring
2017-04-20  8:20 ` SF Markus Elfring
2017-04-20  8:22 ` [PATCH 1/8] clk: si5351: Use devm_kcalloc() in si5351_i2c_probe() SF Markus Elfring
2017-04-20  8:22   ` SF Markus Elfring
2017-04-22  2:44   ` Stephen Boyd
2017-04-22  2:44     ` Stephen Boyd
2017-04-20  8:23 ` [PATCH 2/8] clk: si5351: Delete an error message for a failed memory allocation in si5351_i2c_probe( SF Markus Elfring
2017-04-20  8:23   ` [PATCH 2/8] clk: si5351: Delete an error message for a failed memory allocation in si5351_i2c_probe() SF Markus Elfring
2017-04-22  2:45   ` [PATCH 2/8] clk: si5351: Delete an error message for a failed memory allocation in si5351_i2c_pr Stephen Boyd
2017-04-22  2:45     ` [PATCH 2/8] clk: si5351: Delete an error message for a failed memory allocation in si5351_i2c_probe() Stephen Boyd
2017-04-20  8:26 ` [PATCH 3/8] clk: si5351: Adjust a null pointer check in si5351_dt_parse() SF Markus Elfring
2017-04-20  8:26   ` SF Markus Elfring
2017-04-20  8:27 ` [PATCH 4/8] clk: Replace four seq_printf() calls by seq_putc() SF Markus Elfring
2017-04-20  8:27   ` SF Markus Elfring
2017-04-22  2:46   ` Stephen Boyd
2017-04-22  2:46     ` Stephen Boyd
2017-04-20  8:28 ` [PATCH 5/8] clk: Combine two seq_puts() calls into one call in clk_summary_show() SF Markus Elfring
2017-04-20  8:28   ` SF Markus Elfring
2017-04-20  8:29 ` [PATCH 6/8] clk: Improve a size determination in two functions SF Markus Elfring
2017-04-20  8:29   ` SF Markus Elfring
2017-04-22  2:47   ` Stephen Boyd
2017-04-22  2:47     ` Stephen Boyd
2017-04-20  8:30 ` [PATCH 7/8] clk: nomadik: Use seq_puts() in nomadik_src_clk_show() SF Markus Elfring
2017-04-20  8:30   ` SF Markus Elfring
2017-04-22  2:48   ` Stephen Boyd
2017-04-22  2:48     ` Stephen Boyd
2017-04-20  8:32 ` [PATCH 8/8] clk: nomadik: Delete error messages for a failed memory allocation in two functions SF Markus Elfring
2017-04-20  8:32   ` SF Markus Elfring
2017-04-22  2:48   ` Stephen Boyd
2017-04-22  2:48     ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.