]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform-msi: Remove stale comment
authorMarc Zyngier <maz@kernel.org>
Tue, 24 Feb 2026 10:09:36 +0000 (10:09 +0000)
committerChristophe Leroy (CS GROUP) <chleroy@kernel.org>
Thu, 26 Feb 2026 09:48:19 +0000 (10:48 +0100)
The backward compatibility code for the previous incarnation of
platform MSI was removed in e9894248994ca ("genirq/msi: Remove
platform MSI leftovers"), but the comment about that removal is
still present.  Remove it.

Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com> # LX2160ARDB, LS2088ARDB
Tested-by: Sascha Bischoff <sascha.bischoff@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Thomas Gleixner <tglx@kernel.org>
Link: https://lore.kernel.org/r/20260224100936.3752303-7-maz@kernel.org
Signed-off-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
drivers/base/platform-msi.c

index 70db08f3ac6fae1219854e6ec343e6ad951a1897..69eed058eb208a059caf1b1d0dcc9b0a6e4d7133 100644 (file)
@@ -61,10 +61,6 @@ static const struct msi_domain_template platform_msi_template = {
  * parent. The parent domain sets up the new domain. The domain has
  * a fixed size of @nvec. The domain is managed by devres and will
  * be removed when the device is removed.
- *
- * Note: For migration purposes this falls back to the original platform_msi code
- *      up to the point where all platforms have been converted to the MSI
- *      parent model.
  */
 int platform_device_msi_init_and_alloc_irqs(struct device *dev, unsigned int nvec,
                                            irq_write_msi_msg_t write_msi_msg)