Re: [PATCH net-next] net: phy: fix wrong masks to phy_modify()

2018-01-08 Thread David Miller
From: Russell King Date: Fri, 05 Jan 2018 16:07:10 + > 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

[PATCH net-next] net: phy: fix wrong masks to phy_modify()

2018-01-05 Thread Russell King
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 --- drivers/net/phy/at803x.c | 2 +- drivers/net/phy/marvell.c