Messages in this thread |  | | From | "Lad, Prabhakar" <> | | Date | Fri, 5 Sep 2025 12:48:37 +0100 | | Subject | Re: [PATCH net-next v2 8/9] net: pcs: rzn1-miic: Add per-SoC control for MIIC register unlock/lock |
| |
Hi Andrew,
Thank you for the review.
On Thu, Sep 4, 2025 at 9:55 PM Andrew Lunn <andrew@lunn.ch> 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
|  |