summaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-12-18 13:25:14 +0300
committerThomas Gleixner <tglx@linutronix.de>2021-12-18 22:33:21 +0300
commitd558285413ea2f934ab90223ba908c30c5113aee (patch)
tree0e74e8f1f5de0d92783fc23cbd6c1ec2a38c2917 /drivers/iommu
parentcd6cf06590b9792340dceaa285138777f3cc4d90 (diff)
downloadlinux-d558285413ea2f934ab90223ba908c30c5113aee.tar.xz
PCI/MSI: Unbreak pci_irq_get_affinity()
The recent cleanup of pci_irq_get_affinity() broke the function for PCI/MSI-X and indices > 0. Only the MSI descriptor for PCI/MSI has more than one affinity mask which can be retrieved via the MSI index. PCI/MSI-X has one descriptor per vector and each has a single affinity mask. Use index 0 when accessing the affinity mask in the MSI descriptor when MSI-X is enabled. Fixes: f48235900182 ("PCI/MSI: Simplify pci_irq_get_affinity()") Reported-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Nathan Chancellor <nathan@kernel.org> Link: https://lore.kernel.org/r/87v8zm9pmd.ffs@tglx
Diffstat (limited to 'drivers/iommu')
0 files changed, 0 insertions, 0 deletions