Re: [PATCH] RDMA/qib: Use the bitmap API when applicable

From: Leon Romanovsky
Date: Sun Jul 17 2022 - 14:05:39 EST


On Sun, Jul 03, 2022 at 09:42:48AM +0200, Christophe JAILLET wrote:
> Using the bitmap API is less verbose than hand writing them.
> It also improves the semantic.
>
> While at it, initialize the bitmaps. It can't hurt.
>
> Fixes: f931551bafe1 ("IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/qib/qib_iba7322.c | 23 ++++++++---------------
> 1 file changed, 8 insertions(+), 15 deletions(-)
>

I removed the Fixes line as there is no bug in changed code, just update
to use better in-kernel API.

Thanks, applied.