On Sat, Aug 30, 2025 at 7:37 AM Andy Shevchenko <andy.shevche...@gmail.com> wrote: > On Fri, Aug 29, 2025 at 2:41 AM David Lechner <dlech...@baylibre.com> wrote: > > On 8/28/25 5:17 PM, Duje Mihanović wrote:
... > > > + ret = regmap_bulk_read(*map, regs[chan], buf, 2); On top, please drop a double pointer and use map directly. That's already a pointer, what's the issue with it to begin with? > sizeof() > > > > + > > Redundant blank line. > > > > + if (ret) > > > + return ret; -- With Best Regards, Andy Shevchenko