From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: phy: Remove residual magic from PHY drivers Date: Tue, 16 May 2017 15:58:31 -0400 (EDT) Message-ID: <20170516.155831.1664076050609953649.davem@davemloft.net> References: <1494952151-3040-1-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: f.fainelli@gmail.com, netdev@vger.kernel.org To: andrew@lunn.ch Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:53116 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577AbdEPT6d (ORCPT ); Tue, 16 May 2017 15:58:33 -0400 In-Reply-To: <1494952151-3040-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Andrew Lunn Date: Tue, 16 May 2017 18:29:11 +0200 > commit fa8cddaf903c ("net phylib: Remove unnecessary condition check in phy") > removed the only place where the PHY flag PHY_HAS_MAGICANEG was > checked. But it left the flag being set in the drivers. Remove the flag. > > Signed-off-by: Andrew Lunn Applied to net-next, thanks.