PCI/MSI: Correct misleading comments
authorThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jul 2021 21:51:45 +0000 (23:51 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 08:59:20 +0000 (10:59 +0200)
commit689e6b5351573c38ccf92a0dd8b3e2c2241e4aff
tree0a91a2e49e921307595e3447a549979dc6deee15
parent361fd37397f77578735907341579397d5bed0a2d
PCI/MSI: Correct misleading comments

The comments about preserving the cached state in pci_msi[x]_shutdown() are
misleading as the MSI descriptors are freed right after those functions
return. So there is nothing to restore. Preparatory change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20210729222542.621609423@linutronix.de
drivers/pci/msi.c