From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v5] net: stmmac: Delete dead code for MDIO registration Date: Fri, 25 Aug 2017 20:08:24 -0700 (PDT) Message-ID: <20170825.200824.1432029823120186297.davem@davemloft.net> References: <20170825064959.9603-1-romain.perier@collabora.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com, andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: romain.perier@collabora.com Return-path: In-Reply-To: <20170825064959.9603-1-romain.perier@collabora.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Romain Perier Date: Fri, 25 Aug 2017 08:49:59 +0200 > This code is no longer used, the logging function was changed by commit > fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register"). > It was previously showing information about the type of the IRQ, if it's > polled, ignored or a normal interrupt. As we don't want information loss, > I have moved this code to phy_attached_print(). > > Fixes: fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register") > Signed-off-by: Romain Perier This doesn't apply to net-next.