kfree() and bitmap_free() are the same. But using the later is more
consistent when freeing memory allocated with bitmap_alloc().
Signed-off-by: Christophe JAILLET <redacted>
---
drivers/mmc/core/pwrseq_simple.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On Sun, 26 Dec 2021 at 15:15, Christophe JAILLET
[off-list ref] wrote:
kfree() and bitmap_free() are the same. But using the later is more
consistent when freeing memory allocated with bitmap_alloc().
Signed-off-by: Christophe JAILLET <redacted>