PCI/MSI: Use __free() for affinity masks
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Mar 2025 10:56:50 +0000 (11:56 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 9 Apr 2025 18:47:30 +0000 (20:47 +0200)
commit5c0ba4f9d25eb35a8ef882115c9f9c2084acc4e7
treef255d2dbd2578d2c875ae6e88c5a94b4e9b7fd6e
parentb0c44a5ec3552f89c47dac9903d99c22d796d87f
PCI/MSI: Use __free() for affinity masks

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 <tglx@linutronix.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/all/20250319105506.444764312@linutronix.de
drivers/pci/msi/msi.c