atheros[ar231x-eth]: merge patch
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-3.10 / 110-ar2313_ethernet.patch
index 1c9d58b823712fca506ae5b5f8d6e8e64e5252a5..5532a5fb53d0ed3e8967969a772104417cf67e2f 100644 (file)
 +      BUG_ON(phydev->attached_dev);
 +
 +      phydev = phy_connect(dev, dev_name(&phydev->dev), &ar231x_adjust_link,
-+                           0, PHY_INTERFACE_MODE_MII);
++                           PHY_INTERFACE_MODE_MII);
 +
 +      if (IS_ERR(phydev)) {
 +              printk(KERN_ERR "%s: Could not attach to PHY\n", dev->name);