bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()
authorYury Norov <yury.norov@gmail.com>
Mon, 25 Sep 2023 02:38:14 +0000 (19:38 -0700)
committerYury Norov <yury.norov@gmail.com>
Sun, 15 Oct 2023 03:25:22 +0000 (20:25 -0700)
commitadd00c76ee4dafbc35b170bea144358fd62daebb
tree67728fce6229e16e3a4b6415b887a81101050b46
parenteae5acbd7572f2874cd2f04dd540870dca256826
bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()

_reg_op(REG_OP_RELEASE) duplicates bitmap_clear().

CC: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
CC: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
lib/bitmap.c