commit | 7327cefebb85d440fa6a589fdf53979d55b29a5a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jul 29 23:51:56 2021 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Aug 10 11:03:30 2021 +0200 |
tree | 925c895a9ce18a00ce916524e378f8b2027d743b | |
parent | b296ababcc4bbf8efbb603d3aec6024a78662c1b [diff] |
PCI/MSI: Cleanup msi_mask() msi_mask() is calculating the possible mask bits for MSI per vector masking. Rename it to msi_multi_mask() and hand the MSI descriptor pointer into it to simplify the call sites. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210729222543.203905260@linutronix.de