Re: [patch V4 05/14] PCI/MSI: Use guard(msi_desc_lock) where applicable

2025-03-19 Thread Bjorn Helgaas
On Wed, Mar 19, 2025 at 11:56:47AM +0100, Thomas Gleixner wrote: > Convert the trivial cases of msi_desc_lock/unlock() pairs. > > No functional change. > > Signed-off-by: Thomas Gleixner Acked-by: Bjorn Helgaas > --- > V4: Split out from the previous combo patch > --- > drivers/pci/msi/api.c

[patch V4 05/14] PCI/MSI: Use guard(msi_desc_lock) where applicable

2025-03-19 Thread Thomas Gleixner
Convert the trivial cases of msi_desc_lock/unlock() pairs. No functional change. Signed-off-by: Thomas Gleixner --- V4: Split out from the previous combo patch --- drivers/pci/msi/api.c |6 ++ drivers/pci/msi/msi.c | 12 ++-- 2 files changed, 8 insertions(+), 10 deletions(-)