Re: [PATCH v3 05/15] bus: ts-nbus: use bitmap_get_value8()

From: Andy Shevchenko
Date: Tue Feb 11 2025 - 04:41:27 EST


On Mon, Feb 10, 2025 at 04:33:31PM -0600, David Lechner wrote:
> Use bitmap_get_value8() instead of accessing the bitmap directly.
>
> Accessing the bitmap directly is not considered good practice. We now
> have a helper function that can be used instead, so let's use it.

Thank you, LGTM (one minor thing you may address,
or keep it as in the current variant of the patch),

Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>

...

> +#include <linux/bitmap.h>
> #include <linux/bitops.h>

bitmap.h implies bitops.h

--
With Best Regards,
Andy Shevchenko