]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/mvebu-gicp: Switch to devm_bitmap_zalloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Jun 2021 15:16:56 +0000 (18:16 +0300)
committerMarc Zyngier <maz@kernel.org>
Mon, 26 Jul 2021 17:04:10 +0000 (18:04 +0100)
commitda2f5db7c3f25c7c221bf791ea30516b49a1757e
tree370969f7e8fb42ce2d50e6b60d0df4af6fea363b
parent3855b78a014775641bec2701bbe3022d2c5311bc
irqchip/mvebu-gicp: Switch to devm_bitmap_zalloc()

Switch to devm_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-6-andriy.shevchenko@linux.intel.com
drivers/irqchip/irq-mvebu-gicp.c