summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-partition-percpu.c
diff options
context:
space:
mode:
authorHuacai Chen <chenhuacai@loongson.cn>2021-02-09 10:10:51 +0300
committerMarc Zyngier <maz@kernel.org>2021-02-09 13:41:40 +0300
commitc1f664d2400e73d5ca0fcd067fa5847d2c789c11 (patch)
tree7e34d6ca38949a5db8f6c959365b2d90ba2f2d4f /drivers/irqchip/irq-partition-percpu.c
parentbe1abc5ba4d2082df6749ab95ec6f87c4d3dbb23 (diff)
downloadlinux-c1f664d2400e73d5ca0fcd067fa5847d2c789c11.tar.xz
irqchip/loongson-pch-msi: Use bitmap_zalloc() to allocate bitmap
Currently we use bitmap_alloc() to allocate msi bitmap which should be initialized with zero. This is obviously wrong but it works because msi can fallback to legacy interrupt mode. So use bitmap_zalloc() instead. Fixes: 632dcc2c75ef6de3272aa ("irqchip: Add Loongson PCH MSI controller") Cc: stable@vger.kernel.org Signed-off-by: Huacai Chen <chenhuacai@loongson.cn> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210209071051.2078435-1-chenhuacai@loongson.cn
Diffstat (limited to 'drivers/irqchip/irq-partition-percpu.c')
0 files changed, 0 insertions, 0 deletions