Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754447AbdHZDI0 (ORCPT ); Fri, 25 Aug 2017 23:08:26 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:40396 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbdHZDIY (ORCPT ); Fri, 25 Aug 2017 23:08:24 -0400 Date: Fri, 25 Aug 2017 20:08:24 -0700 (PDT) Message-Id: <20170825.200824.1432029823120186297.davem@davemloft.net> To: romain.perier@collabora.com 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 Subject: Re: [PATCH net-next v5] net: stmmac: Delete dead code for MDIO registration From: David Miller In-Reply-To: <20170825064959.9603-1-romain.perier@collabora.com> References: <20170825064959.9603-1-romain.perier@collabora.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 25 Aug 2017 20:08:24 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 643 Lines: 13 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.