From: Heiner Kallweit
Date: Sat, 9 Feb 2019 09:46:53 +0100
> PHY registers are only 16 bits wide, therefore, if the read was
> successful, there's no need to mask out the higher 16 bits.
>
> Signed-off-by: Heiner Kallweit
> Reviewed-by: Andrew Lunn
Applied, thanks Heiner.
PHY registers are only 16 bits wide, therefore, if the read was
successful, there's no need to mask out the higher 16 bits.
Signed-off-by: Heiner Kallweit
Reviewed-by: Andrew Lunn
---
drivers/net/phy/phy_device.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/d