Hi Andrew, Thank you for the review. On Thu, Sep 4, 2025 at 9:55 PM Andrew Lunn <andrew@xxxxxxx> wrote: > > > -static void miic_reg_writel(struct miic *miic, int offset, u32 value) > > +static inline void miic_unlock_regs(struct miic *miic) > > +{ > > Please don't use inline in C files. The compiler should decide. > Ok, I will drop this in the next version. Cheers, Prabhakar