linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hwmon-NCT: Fine-tuning for four function implementations
@ 2017-04-27  9:27 SF Markus Elfring
  2017-04-27  9:28 ` [PATCH 1/4] hwmon-nct6683: Use devm_kcalloc() in nct6683_create_attr_group() SF Markus Elfring
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: SF Markus Elfring @ 2017-04-27  9:27 UTC (permalink / raw)
  To: linux-hwmon, Günter Röck, Jean Delvare; +Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Thu, 27 Apr 2017 11:18:22 +0200

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

Markus Elfring (4):
  Use devm_kcalloc() in nct6683_create_attr_group()
  Adjust five checks for null pointers
  Use devm_kcalloc() in nct6775_create_attr_group()
  Adjust seven checks for null pointers

 drivers/hwmon/nct6683.c | 15 +++++++--------
 drivers/hwmon/nct6775.c | 19 +++++++++----------
 2 files changed, 16 insertions(+), 18 deletions(-)

-- 
2.12.2

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

end of thread, other threads:[~2017-04-27 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27  9:27 [PATCH 0/4] hwmon-NCT: Fine-tuning for four function implementations SF Markus Elfring
2017-04-27  9:28 ` [PATCH 1/4] hwmon-nct6683: Use devm_kcalloc() in nct6683_create_attr_group() SF Markus Elfring
2017-04-27  9:29 ` [PATCH 2/4] hwmon-nct6683: Adjust five checks for null pointers SF Markus Elfring
2017-04-27  9:30 ` [PATCH 3/4] hwmon-nct6775: Use devm_kcalloc() in nct6775_create_attr_group() SF Markus Elfring
2017-04-27  9:31 ` [PATCH 4/4] hwmon-nct6775: Adjust seven checks for null pointers SF Markus Elfring
2017-04-27 12:50 ` [PATCH 0/4] hwmon-NCT: Fine-tuning for four function implementations Jean Delvare
2017-04-27 13:23   ` SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).