mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-26 16:21:25 +02:00
net: phy: marvell: Fix style violations
Fix some style violations (mostly wrong indentions) in the Marvell PHY driver. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
parent
1313aaf031
commit
76f11d3adf
@ -178,7 +178,7 @@ static int m88e1xxx_parse_status(struct phy_device *phydev)
|
|||||||
MIIM_88E1xxx_PHY_STATUS);
|
MIIM_88E1xxx_PHY_STATUS);
|
||||||
}
|
}
|
||||||
puts(" done\n");
|
puts(" done\n");
|
||||||
udelay(500000); /* another 500 ms (results in faster booting) */
|
mdelay(500); /* another 500 ms (results in faster booting) */
|
||||||
} else {
|
} else {
|
||||||
if (mii_reg & MIIM_88E1xxx_PHYSTAT_LINK)
|
if (mii_reg & MIIM_88E1xxx_PHYSTAT_LINK)
|
||||||
phydev->link = 1;
|
phydev->link = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user