Skip to content
Snippets Groups Projects
Commit 79e86ccb authored by maxin.john@enea.com's avatar maxin.john@enea.com Committed by Tom Rini
Browse files

vitesse: remove duplicated argument to ||


Remove the duplicated argument to || check

Signed-off-by: default avatarMaxin B. John <maxin.john@enea.com>
parent 19ad527d
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,6 @@ static int cis8204_config(struct phy_device *phydev)
genphy_config_aneg(phydev);
if ((phydev->interface == PHY_INTERFACE_MODE_RGMII) ||
(phydev->interface == PHY_INTERFACE_MODE_RGMII) ||
(phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID) ||
(phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID))
phy_write(phydev, MDIO_DEVAD_NONE, MIIM_CIS8204_EPHY_CON,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment