Re: [PATCH net-next] net: phy: fix wrong masks to phy_modify()
From: David Miller <davem@davemloft.net> Date: 2018-01-08 19:20:58
From: Russell King <redacted>
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 <hkallweit1@gmail.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Russell King <redacted>