PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jul 2021 21:51:46 +0000 (23:51 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 08:59:20 +0000 (10:59 +0200)
commitd28d4ad2a1aef27458b3383725bb179beb8d015c
tree217f2d3af230c054bd910e5a66452d1da248c4e2
parent689e6b5351573c38ccf92a0dd8b3e2c2241e4aff
PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()

No point in using the raw write function from shutdown. Preparatory change
to introduce proper serialization for the msi_desc::masked cache.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20210729222542.674391354@linutronix.de
drivers/pci/msi.c