commit | f102852f980eac250855504c18f195900616deec | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Fri Jan 05 16:07:10 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 08 14:20:21 2018 -0500 |
tree | b732623e465dfbea31110fe84ebf2fcb3b73210f | |
parent | 64f26abb17ca2e55ab584352ca4d68cf42c8c102 [diff] |
net: phy: fix wrong masks to phy_modify() 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 <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>