commit | d86a6d47bcc6b41fe2a4e13313d66a772d00382f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Dec 10 23:19:34 2021 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Dec 16 22:16:41 2021 +0100 |
tree | 8b6ac70688868b6c5eade29b4f708ae5a4aa6554 | |
parent | d722e9a51178d42b07555a9420d286dad3341d61 [diff] |
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling Storing a pointer to the MSI descriptor just to track the Linux interrupt number is daft. Just store the interrupt number and be done with it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20211210221815.207838579@linutronix.de