openwrtv4/target/linux/atheros/patches-3.10/230-3_10-updates.patch
Gabor Juhos b6b06000eb kernel: update 3.10 to 3.10.17
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38506
2013-10-23 12:51:05 +00:00

11 lines
404 B
Diff

--- a/drivers/net/ethernet/ar231x/ar231x.c
+++ b/drivers/net/ethernet/ar231x/ar231x.c
@@ -1291,7 +1291,7 @@ static int ar231x_mdiobus_probe (struct
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)) {