Hello Andy, On Sun, Sep 14, 2025 at 03:21:30PM +0300, Andy Shevchenko wrote: > > +#define BMA220_WDT_MASK GENMASK(2, 1) > > +#define BMA220_WDT_OFF 0x0 > > +#define BMA220_WDT_1MS BIT(1) > > +#define BMA220_WDT_10MS GENMASK(1, 0) > > These do not look like bitfields, please use plain numbers (0, 2, 3). ok. > I feel like I commented on this previous time and my comment was ignored... I can't find your comment. got a link? best regards, peter