wwan: core: Use the bitmap API to allocate bitmaps
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 11 Sep 2023 13:16:18 +0000 (16:16 +0300)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 12 Sep 2023 09:49:22 +0000 (11:49 +0200)
commitcd8bae85815416d19f46e3828d457442f77de292
treed9fc96a05fc0bf656e2bfb1fc5dd7ccc723d6516
parent762c8dc7f269b748babe32dd19d2084ce1b3f31f
wwan: core: Use the bitmap API to allocate bitmaps

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).

Reviewed-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230911131618.4159437-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/wwan/wwan_core.c