On Fri, Jul 08, 2022 at 07:20:39PM +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/hw/qib/qib_init.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > Thanks, applied