Re: [PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs

From: David Miller
Date: Tue Oct 15 2019 - 13:55:55 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Fri, 11 Oct 2019 12:53:49 -0700

> phydev->dev_flags is entirely dependent on the PHY device driver which
> is going to be used, setting the internal GENET PHY revision in those
> bits only makes sense when drivers/net/phy/bcm7xxx.c is the PHY driver
> being used.
>
> Fixes: 487320c54143 ("net: bcmgenet: communicate integrated PHY revision to PHY driver")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied and queued up for -stable, thanks Florian.