[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1492045180.7236.89.camel@kernel.crashing.org>
Date: Thu, 13 Apr 2017 10:59:40 +1000
From: Benjamin Herrenschmidt <benh@...nel.crashing.org>
To: Florian Fainelli <f.fainelli@...il.com>, netdev@...r.kernel.org
Subject: Re: [PATCH 1/8] ftgmac100: Add ethtool n-way reset call
On Wed, 2017-04-12 at 17:00 -0700, Florian Fainelli wrote:
> > -static int ftgmac100_nway_reset(struct net_device *ndev)
> > +static int ftgmac100_nway_reset(struct net_device *netdev)
> > {
> > - if (!ndev->phydev)
> > + if (!netdev->phydev)
> > return -ENXIO;
> > - return phy_start_aneg(ndev->phydev);
> > + return phy_start_aneg(netdev->phydev);
>
> Can you use phy_ethtool_nway_reset() which does that (and also checks
> if phydev->drv is NULL which would be the case after an unbind).
Ah sure, I didn't notice that one, grepped the wrong driver :-)
I'll respin later today.
Thanks !
Cheers,
Ben.
Powered by blists - more mailing lists