]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerSasha Levin <sashal@kernel.org>
Thu, 26 Aug 2021 12:36:41 +0000 (08:36 -0400)
commit1b36c30a9335db941423c05b49a8266a84a82f95
tree25a52aa582e951c4d4f3f112295d9d38239d2926
parentc5b223cd04706589e5e6840e2ab7c4f879323ed9
PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()

commit d28d4ad2a1aef27458b3383725bb179beb8d015c upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/msi.c