Messages in this thread |  | | Date | Sun, 17 Jul 2022 21:05:29 +0300 | From | Leon Romanovsky <> | 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@wanadoo.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.
|  |