mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 22:18:52 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue