On Fri, Nov 08, 2024 at 02:28:39PM +0100, Marek Behún wrote: > +/** > + * struct omnia_leds - driver private data structure > + * @client: I2C client device > + * @lock: mutex to protect This should be: mutex to protect cached state Sigh. Will send v7. Marek