[PATCH v3 05/15] bus: ts-nbus: use bitmap_get_value8()
Andy Shevchenko
andy at kernel.org
Tue Feb 11 01:40:59 PST 2025
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 at kernel.org>
...
> +#include <linux/bitmap.h>
> #include <linux/bitops.h>
bitmap.h implies bitops.h
--
With Best Regards,
Andy Shevchenko
More information about the linux-phy
mailing list