From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: phy: fix wrong masks to phy_modify() Date: Mon, 08 Jan 2018 14:20:57 -0500 (EST) Message-ID: <20180108.142057.1722320036391393051.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org To: rmk+kernel@armlinux.org.uk Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46894 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932970AbeAHTU6 (ORCPT ); Mon, 8 Jan 2018 14:20:58 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Russell King Date: Fri, 05 Jan 2018 16:07:10 +0000 > The mask argument for phy_modify() in several locations was inverted. > > Fixes: fea23fb591cc ("net: phy: convert read-modify-write to phy_modify()") > Reported-by: Heiner Kallweit > Tested-by: Andrew Lunn > Signed-off-by: Russell King Applied, thanks Russell.