net: dsa: qca8k: empty qca8k_get_eee

phy_ethtool_get_eee is already called by the DSA layer, thus remove the
duplicated call in the qca8k driver.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Vivien Didelot 2017-08-01 16:32:35 -04:00 committed by David S. Miller
parent a2444ab83e
commit 193da90e60
1 changed files with 2 additions and 10 deletions

View File

@ -695,16 +695,8 @@ static int
qca8k_get_eee(struct dsa_switch *ds, int port,
struct ethtool_eee *e)
{
struct qca8k_priv *priv = (struct qca8k_priv *)ds->priv;
struct ethtool_eee *p = &priv->port_sts[port].eee;
struct net_device *netdev = ds->ports[port].netdev;
int ret;
ret = phy_ethtool_get_eee(netdev->phydev, p);
e->eee_active = p->eee_active;
e->eee_enabled = p->eee_enabled;
return ret;
/* Nothing to do on the port's MAC */
return 0;
}
static void