irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 26 Dec 2021 14:46:21 +0000 (15:46 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 17 Jan 2022 13:16:26 +0000 (13:16 +0000)
commitc831d92890e037aafee662e66172d406804e4818
tree8562d05ad037f2c1da91e920d5401223fc5b0bb2
parent960dd884ddf5621ae6284cd3a42724500a97ae4c
irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap

kfree() and bitmap_free() are the same. But using the latter is more
consistent when freeing memory allocated with bitmap_zalloc().

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/0b982ab54844803049c217b2899baa59602faacd.1640529916.git.christophe.jaillet@wanadoo.fr
drivers/irqchip/irq-loongson-pch-msi.c