Re: [PATCH v2 05/14] pinctrl: cy8c95x0: Use better bitmap APIs where appropriate
From: Andy Shevchenko
Date: Mon Feb 03 2025 - 08:36:25 EST
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