On Mon, Feb 03, 2025 at 03:10:31PM +0200, Andy Shevchenko wrote: > There are bitmap_gather() and bitmap_scatter() that are factually > reimplemented in the driver. Use better bitmap APIs where appropriate. ... > + bitmap_gather(tval, val, chip->map, MAX_LINE); Oh, here is a typo, has to be: bitmap_gather(val, tval, chip->map, MAX_LINE); -- With Best Regards, Andy Shevchenko