[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190506083207.GG81826@meh.true.cz>
Date: Mon, 6 May 2019 10:32:07 +0200
From: Petr Štetiar <ynezz@...e.cz>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org,
matthias.bgg@...il.com, andrew@...n.ch, f.fainelli@...il.com,
hkallweit1@...il.com, frowand.list@...il.com,
srinivas.kandagatla@...aro.org, maxime.ripard@...tlin.com,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address
David Miller <davem@...emloft.net> [2019-05-05 21:47:27]:
Hi David,
> Series applied, thank you.
I did probably something terribly wrong, but patch "[PATCH v4 05/10] net:
ethernet: support of_get_mac_address new ERR_PTR error" has not reached the
patchwork, but I'm sure, that it was sent out as Hauke Mehrtens (maintainer
for ethernet/lantiq_xrx200.c) has confirmed to me on IRC, that he has received
it.
I've as well noticed, that you've not considered "[PATCH v5] staging:
octeon-ethernet: support of_get_mac_address new ERR_PTR error"[1] which
contained a fix for possible NULL value of mac variable:
const u8 *mac = NULL;
if (priv->of_node)
mac = of_get_mac_address(priv->of_node);
if (!IS_ERR(mac))
I'll send those two patches again against net-next in a few moments. Sorry for
this mess.
1. https://patchwork.ozlabs.org/patch/1094942/
-- ynezz
Powered by blists - more mailing lists