Re: [PATCH net-next v1 1/1] wwan: core: Use the bitmap API to allocate bitmaps

From: Loic Poulain
Date: Wed Aug 30 2023 - 14:45:48 EST


On Mon, 28 Aug 2023 at 15:22, Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> Use bitmap_zalloc() and bitmap_free() instead of hand-writing them.
> It is less verbose and it improves the type checking and semantic.
>
> While at it, add missing header inclusion (should be bitops.h,
> but with the above change it becomes bitmap.h).
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Reviewed-by: Loic Poulain <loic.poulain@xxxxxxxxxx>