Re: [PATCH 1/2] RDMA/ocrdma: Use bitmap_zalloc() when applicable

From: Jason Gunthorpe
Date: Mon Nov 29 2021 - 13:38:30 EST


On Thu, Nov 25, 2021 at 08:34:10PM +0100, Christophe JAILLET wrote:
> 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.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/ocrdma/ocrdma_hw.c | 16 ++++++----------
> 1 file changed, 6 insertions(+), 10 deletions(-)

This and the next applied to for-next, thanks

Jason