PCI/MSI: Use guard(msi_desc_lock) where applicable
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Mar 2025 10:56:47 +0000 (11:56 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 9 Apr 2025 18:47:29 +0000 (20:47 +0200)
commit497f68cff6219713a66a70a45e1fa4caf237a76b
treec9417af88499300a0cf586707b6f55bf6ec13764
parent8f3315cf7e97785241a32457061a1c62035c65ef
PCI/MSI: Use guard(msi_desc_lock) where applicable

Convert the trivial cases of msi_desc_lock/unlock() pairs.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/all/20250319105506.322536126@linutronix.de
drivers/pci/msi/api.c
drivers/pci/msi/msi.c