Re: [PATCH] powerpc/mpic: Use bitmap_zalloc() when applicable

From: Michael Ellerman
Date: Sun Dec 26 2021 - 16:54:08 EST


On Fri, 17 Dec 2021 22:54:12 +0100, Christophe JAILLET wrote:
> 'mpic->protected' is a bitmap. So use 'bitmap_zalloc()' to simplify
> code and improve the semantic, instead of hand writing it.
>
>

Applied to powerpc/next.

[1/1] powerpc/mpic: Use bitmap_zalloc() when applicable
https://git.kernel.org/powerpc/c/2fe4ca6ad7f6a0b98f97c498320051e5066e4b95

cheers