On 11/19/2023 8:22 AM, Jakub Kicinski wrote:
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.
OK, will remove the "inline" in the next patch.