On Fri, Jul 08, 2022 at 06:47:27PM +0200, Christophe JAILLET wrote: > 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/ulp/rtrs/rtrs-clt.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > Thanks, applied