Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
r8152 conflicts are the NAPI fixes in 'net' overlapping with some tasklet stuff in net-next Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -507,7 +507,7 @@ static int phy_config_aneg(struct phy_device *phydev)
|
||||
* allowed to call genphy_config_aneg()
|
||||
*/
|
||||
if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0)))
|
||||
return -EOPNOTSUPP;
|
||||
return genphy_c45_config_aneg(phydev);
|
||||
|
||||
return genphy_config_aneg(phydev);
|
||||
}
|
||||
|
Reference in New Issue
Block a user