linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: "Petr Štetiar" <ynezz@true.cz>
Cc: Andrew Lunn <andrew@lunn.ch>,
	Thor Thayer <thor.thayer@linux.intel.com>,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	Andreas Larsson <andreas@gaisler.com>,
	Maxime Ripard <maxime.ripard@bootlin.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Byungho An <bh74.an@samsung.com>,
	Frank Rowand <frowand.list@gmail.com>,
	John Linn <John.Linn@xilinx.com>,
	Alexandre Torgue <alexandre.torgue@st.com>,
	Vipul Pandya <vipul.pandya@samsung.com>,
	linux-renesas-soc@vger.kernel.org,
	Felix Fietkau <nbd@openwrt.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Madalin Bucur <madalin.bucur@nxp.com>,
	Michal Simek <michal.simek@xilinx.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	Chen-Yu Tsai <wens@csie.org>, Jose Abreu <joabreu@synopsys.com>,
	bcm-kernel-feedback-list@broadcom.com,
	Sylvain Lemieux <slemieux.tyco@gmail.com>,
	Sunil Goutham <sgoutham@cavium.com>,
	Yisen Zhuang <yisen.zhuang@huawei.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	nios2-dev@lists.rocketboards.org, devel@driverdev.osuosl.org,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	Robert Richter <rric@kernel.org>,
	Girish K S <ks.giri@samsung.com>,
	Nelson Chang <nelson.chang@mediatek.com>,
	Wingman Kwok <w-kwok2@ti.com>, Hauke Mehrtens <hauke@hauke-m.de>,
	Sean Wang <sean.wang@mediatek.com>,
	Vladimir Zapolskiy <vz@mleia.com>,
	Claudiu Manoil <claudiu.manoil@nxp.com>,
	Doug Berger <opendmb@gmail.com>,
	linux-mediatek@lists.infradead.org,
	Murali Karicheri <m-karicheri2@ti.com>,
	John Crispin <john@phrozen.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Giuseppe Cavallaro <peppe.cavallaro@st.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Mirko Lindner <mlindner@marvell.com>,
	Salil Mehta <salil.mehta@huawei.com>,
	Fugang Duan <fugang.duan@nxp.com>,
	Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	netdev@vger.kernel.org, Anirudha Sarangi <anirudh@xilinx.com>,
	linuxppc-dev@lists.ozlabs.org,
	"David S. Miller" <davem@davemloft.net>,
	Heiner Kallweit <hkallweit1@gmail.com>
Subject: Re: [PATCH net-next 1/3] net: ethernet: support of_get_mac_address new ERR_PTR error
Date: Mon, 6 May 2019 18:07:13 +0300	[thread overview]
Message-ID: <20190506150713.GH2269@kadam> (raw)
In-Reply-To: <1557136717-531-2-git-send-email-ynezz@true.cz>

On Mon, May 06, 2019 at 11:58:35AM +0200, Petr Štetiar wrote:
> There was NVMEM support added to of_get_mac_address, so it could now return
> ERR_PTR encoded error values, so we need to adjust all current users of
> of_get_mac_address to this new fact.

We need a Fixes tag so we can look at the commit which adds NVMEM
support.

It's not clear to me that anyone ever applied that patch.  If not then
who hoo!  Let's not apply it.  But if it has been committed then it has
a git hash.

regards,
dan carpenter

      reply	other threads:[~2019-05-06 15:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1557136717-531-1-git-send-email-ynezz@true.cz>
2019-05-06  9:58 ` [PATCH net-next 1/3] net: ethernet: support of_get_mac_address new ERR_PTR error Petr Štetiar
2019-05-06 15:07   ` Dan Carpenter [this message]

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=20190506150713.GH2269@kadam \
    --to=dan.carpenter@oracle.com \
    --cc=John.Linn@xilinx.com \
    --cc=alexandre.torgue@st.com \
    --cc=andreas@gaisler.com \
    --cc=andrew@lunn.ch \
    --cc=anirudh@xilinx.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bh74.an@samsung.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=f.fainelli@gmail.com \
    --cc=frowand.list@gmail.com \
    --cc=fugang.duan@nxp.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=grygorii.strashko@ti.com \
    --cc=hauke@hauke-m.de \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=hkallweit1@gmail.com \
    --cc=joabreu@synopsys.com \
    --cc=john@phrozen.org \
    --cc=ks.giri@samsung.com \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=m-karicheri2@ti.com \
    --cc=madalin.bucur@nxp.com \
    --cc=matthias.bgg@gmail.com \
    --cc=maxime.ripard@bootlin.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=michal.simek@xilinx.com \
    --cc=mlindner@marvell.com \
    --cc=nbd@openwrt.org \
    --cc=nelson.chang@mediatek.com \
    --cc=netdev@vger.kernel.org \
    --cc=nios2-dev@lists.rocketboards.org \
    --cc=opendmb@gmail.com \
    --cc=peppe.cavallaro@st.com \
    --cc=rric@kernel.org \
    --cc=salil.mehta@huawei.com \
    --cc=sean.wang@mediatek.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=sergei.shtylyov@cogentembedded.com \
    --cc=sgoutham@cavium.com \
    --cc=slemieux.tyco@gmail.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=thor.thayer@linux.intel.com \
    --cc=vipul.pandya@samsung.com \
    --cc=vz@mleia.com \
    --cc=w-kwok2@ti.com \
    --cc=wens@csie.org \
    --cc=yisen.zhuang@huawei.com \
    --cc=ynezz@true.cz \
    /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).