mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08:00
vitesse: remove duplicated argument to ||
Remove the duplicated argument to || check Signed-off-by: Maxin B. John <maxin.john@enea.com>
This commit is contained in:
parent
19ad527d8c
commit
79e86ccb37
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user