Re: [patch V4 07/14] PCI/MSI: Use __free() for affinity masks

2025-03-19 Thread Bjorn Helgaas
On Wed, Mar 19, 2025 at 11:56:50AM +0100, Thomas Gleixner wrote: > Let cleanup handle the freeing of the affinity mask. That prepares for > switching the MSI descriptor locking to a guard(). > > No functional change. > > Signed-off-by: Thomas Gleixner Acked-by: Bjorn Helgaas > --- > V4: Split

[patch V4 07/14] PCI/MSI: Use __free() for affinity masks

2025-03-19 Thread Thomas Gleixner
Let cleanup handle the freeing of the affinity mask. That prepares for switching the MSI descriptor locking to a guard(). No functional change. Signed-off-by: Thomas Gleixner --- V4: Split out of the previous combo patch --- drivers/pci/msi/msi.c | 13 - 1 file changed, 4 insertio