Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751348AbdIBBaZ (ORCPT ); Fri, 1 Sep 2017 21:30:25 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:56474 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750844AbdIBBaY (ORCPT ); Fri, 1 Sep 2017 21:30:24 -0400 Date: Fri, 01 Sep 2017 18:30:21 -0700 (PDT) Message-Id: <20170901.183021.213999374982995750.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 v6] net: stmmac: Delete dead code for MDIO registration From: David Miller In-Reply-To: <20170831135303.12381-1-romain.perier@collabora.com> References: <20170831135303.12381-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, 01 Sep 2017 18:30:23 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 16 From: Romain Perier Date: Thu, 31 Aug 2017 15:53:03 +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 You'll need to respin this against net-next as phy_attached_print() has had some changes recently. Thanks.