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:
Родитель
a2444ab83e
Коммит
193da90e60
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче