[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YtRPaSNV0UPn/nMk@unreal>
Date: Sun, 17 Jul 2022 21:05:29 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: Dennis Dalessandro <dennis.dalessandro@...nelisnetworks.com>,
Jason Gunthorpe <jgg@...pe.ca>,
Roland Dreier <rolandd@...co.com>,
Ralph Campbell <ralph.campbell@...gic.com>,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-rdma@...r.kernel.org
Subject: Re: [PATCH] RDMA/qib: Use the bitmap API when applicable
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@...adoo.fr>
> ---
> 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.
Powered by blists - more mailing lists