Re: [PATCH v5 4/6] net: phy: at803x: add the function phydev_id_is_qca808x

From: Jie Luo
Date: Mon Nov 20 2023 - 03:56:58 EST




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.