irqchip/mvebu-odmi: Switch to bitmap_zalloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Jun 2021 15:16:57 +0000 (18:16 +0300)
committerMarc Zyngier <maz@kernel.org>
Mon, 26 Jul 2021 17:04:11 +0000 (18:04 +0100)
commitc980983daebf10633c922998bade3a7fd74f1fc1
treefc7b074a737600b1bf64f666734973aea4283603
parent3db3969f5375fe0a43c03cb4b55ed643585b140d
irqchip/mvebu-odmi: Switch to bitmap_zalloc()

Switch to bitmap_zalloc() to show clearly what we are allocating.
Besides that it returns pointer of bitmap type instead of opaque void *.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210618151657.65305-7-andriy.shevchenko@linux.intel.com
drivers/irqchip/irq-mvebu-odmi.c