linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yang Yingliang <yangyingliang@huawei.com>
To: <linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>
Cc: <andrew@lunn.ch>, <vivien.didelot@gmail.com>,
	<davem@davemloft.net>, <kuba@kernel.org>
Subject: [PATCH -next 0/2] net: dsa: qca8k: check return value of read  functions correctly
Date: Sat, 29 May 2021 11:04:37 +0800	[thread overview]
Message-ID: <20210529030439.1723306-1-yangyingliang@huawei.com> (raw)

patch #1 - Change return type and add output parameter to make check
return value of read  functions correctly.

patch #2 - Add missing check return value in qca8k_phylink_mac_config().

v2:
  move 'int ret' to patch #2.

Yang Yingliang (2):
  net: dsa: qca8k: check return value of read functions correctly
  net: dsa: qca8k: add missing check return value in
    qca8k_phylink_mac_config()

 drivers/net/dsa/qca8k.c | 135 +++++++++++++++++++---------------------
 1 file changed, 65 insertions(+), 70 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-05-29  3:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-29  3:04 Yang Yingliang [this message]
2021-05-29  3:04 ` [PATCH net-next v2 1/2] net: dsa: qca8k: check return value of read functions correctly Yang Yingliang
2021-05-29  3:04 ` [PATCH net-next v2 2/2] net: dsa: qca8k: add missing check return value in qca8k_phylink_mac_config() Yang Yingliang
2021-05-30 21:30 ` [PATCH -next 0/2] net: dsa: qca8k: check return value of read functions correctly patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2021-05-28  8:22 Yang Yingliang

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=20210529030439.1723306-1-yangyingliang@huawei.com \
    --to=yangyingliang@huawei.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=vivien.didelot@gmail.com \
    /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).