You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
404 B
11 lines
404 B
--- 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)) {
|
|
|