Re: [PATCH] PCI: xgene-msi: Use bitmap_zalloc() when applicable

From: Lorenzo Pieralisi
Date: Mon Nov 29 2021 - 12:42:42 EST


On Sat, 23 Oct 2021 22:02:05 +0200, Christophe JAILLET wrote:
> 'xgene_msi->bitmap' is a bitmap. So use 'bitmap_zalloc()' to simplify code,
> improve the semantic and avoid some open-coded arithmetic in allocator
> arguments.
>
> Also change the corresponding 'kfree()' into 'bitmap_free()' to keep
> consistency.
>
> [...]

Applied to pci/xgene, thanks!

[1/1] PCI: xgene-msi: Use bitmap_zalloc() when applicable
https://git.kernel.org/lpieralisi/pci/c/1ed9b961be

Thanks,
Lorenzo