On Sat, 18 Nov 2023 14:27:52 +0800 Luo Jie wrote: > +static inline bool phydev_id_is_qca808x(struct phy_device *phydev) Please drop the "inline" keyword. The compiler will decide what's best.
On Sat, 18 Nov 2023 14:27:52 +0800 Luo Jie wrote: > +static inline bool phydev_id_is_qca808x(struct phy_device *phydev) Please drop the "inline" keyword. The compiler will decide what's best.