]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/alpine-msi: Switch to bitmap_zalloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Jun 2021 15:16:52 +0000 (18:16 +0300)
committerMarc Zyngier <maz@kernel.org>
Mon, 26 Jul 2021 17:01:44 +0000 (18:01 +0100)
commitea8bd0bee03d9d1eb04b525f13c04082dde71f30
treeaaf9e47b3e7672bc5dad6d0728e344b14c02c00f
parent2adb530d8dae8183ad021c2c386559e7ca8730cf
irqchip/alpine-msi: 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-2-andriy.shevchenko@linux.intel.com
drivers/irqchip/irq-alpine-msi.c