On Sun, 5 Jul 2020 20:29:15 +0200 Andrew Lunn wrote: > diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c > index 97cbe593f0ea..bdd84f6f0214 100644 > --- a/drivers/net/phy/at803x.c > +++ b/drivers/net/phy/at803x.c > @@ -400,7 +400,7 @@ static int at803x_parse_dt(struct phy_device *phydev) > { > struct device_node *node = phydev->mdio.dev.of_node; > struct at803x_priv *priv = phydev->priv; > - unsigned int sel, mask; > + unsigned int sel;
nit: ordering, otherwise feel free to add my rb on the series, thanks! > u32 freq, strength;