openwrtv4/target/linux/atheros/patches-3.10/230-3_10-updates.patch
Felix Fietkau 70b2a81a2e atheros: trailing statements fixes
Move trailing statements to next line with indentation as suggested by
checkpatch.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>

SVN-Revision: 41092
2014-06-10 09:06:10 +00:00

11 lines
405 B
Diff

--- a/drivers/net/ethernet/ar231x/ar231x.c
+++ b/drivers/net/ethernet/ar231x/ar231x.c
@@ -1274,7 +1274,7 @@ static int ar231x_mdiobus_probe(struct n
BUG_ON(!phydev);
BUG_ON(phydev->attached_dev);
- phydev = phy_connect(dev, dev_name(&phydev->dev), &ar231x_adjust_link, 0,
+ phydev = phy_connect(dev, dev_name(&phydev->dev), &ar231x_adjust_link,
PHY_INTERFACE_MODE_MII);
if (IS_ERR(phydev)) {