Re: [PATCH] dmaengine: sh: Use bitmap_zalloc() when applicable

From: Vinod Koul
Date: Mon Dec 13 2021 - 04:23:00 EST


On 23-11-21, 22:26, Christophe JAILLET wrote:
> 'shdma_slave_used' is a bitmap. So use 'bitmap_zalloc()' to simplify code,
> improve the semantic and avoid some open-coded arithmetic in allocator
> arguments.
>
> Also change the corresponding 'kfree()' into 'bitmap_free()' to keep
> consistency.

Applied, thanks

--
~Vinod