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