Re: [PATCH] net: phy: Remove residual magic from PHY drivers

2017-05-16 Thread David Miller
From: Andrew Lunn Date: Tue, 16 May 2017 18:29:11 +0200 > commit fa8cddaf903c ("net phylib: Remove unnecessary condition check in phy") > removed the only place where the PHY flag PHY_HAS_MAGICANEG was > checked. But it left the flag being set in the drivers. Remove the flag. > > Signed-off-by:

[PATCH] net: phy: Remove residual magic from PHY drivers

2017-05-16 Thread Andrew Lunn
commit fa8cddaf903c ("net phylib: Remove unnecessary condition check in phy") removed the only place where the PHY flag PHY_HAS_MAGICANEG was checked. But it left the flag being set in the drivers. Remove the flag. Signed-off-by: Andrew Lunn --- drivers/net/phy/broadcom.c | 30 +++--