linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Markus Elfring <Markus.Elfring@web.de>
To: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
	Igal Liberman <igal.liberman@freescale.com>,
	Madalin Bucur <madalin.bucur@nxp.com>
Cc: LKML <linux-kernel@vger.kernel.org>, kernel-janitors@vger.kernel.org
Subject: [PATCH 0/3] FMan MAC: Improve exception handling in mac_probe()
Date: Sat, 9 Nov 2019 09:55:18 +0100	[thread overview]
Message-ID: <132e8369-c4da-249f-76b8-834e394dc6d5@web.de> (raw)

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sat, 9 Nov 2019 09:44:55 +0100

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

Markus Elfring (3):
  Add missing put_device() calls
  Use common error handling code
  Return directly after a failed devm_kzalloc()

 drivers/net/ethernet/freescale/fman/mac.c | 73 ++++++++++++-----------
 1 file changed, 39 insertions(+), 34 deletions(-)

--
2.24.0


             reply	other threads:[~2019-11-09  8:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-09  8:55 Markus Elfring [this message]
2019-11-09  9:00 ` [PATCH 1/3] fsl/fman: Add missing put_device() calls in mac_probe() Markus Elfring
2019-11-10  9:15   ` Markus Elfring
2019-11-09  9:03 ` [PATCH 2/3] fsl/fman: Use common error handling code " Markus Elfring
2019-11-09  9:03 ` Markus Elfring
2019-11-09  9:06 ` [PATCH 3/3] fsl/fman: Return directly after a failed devm_kzalloc() " Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=132e8369-c4da-249f-76b8-834e394dc6d5@web.de \
    --to=markus.elfring@web.de \
    --cc=davem@davemloft.net \
    --cc=igal.liberman@freescale.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=madalin.bucur@nxp.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).