> Subject: [PATCH] RDMA/irdma: Use the bitmap API to allocate bitmaps > > Use bitmap_zalloc()/bitmap_free() instead of hand-writing them. > > It is less verbose and it improves the semantic. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > --- > drivers/infiniband/hw/irdma/hw.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) Looks ok. Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx>