On Wed, 7 Apr 2021 01:30:28 +0200 Andrew Lunn <and...@lunn.ch> wrote:
> > +static inline const struct mv3310_chip * > > +to_mv3310_chip(struct phy_device *phydev) > > +{ > > + return phydev->drv->driver_data; > > +} > > No inline functions in C code please. Let the compiler decide. > > Andrew Fixed in my repo. Will send changed for v4. Marek