PCI/MSI: Remove the conditional parent [un]mask logic
authorThomas Gleixner <tglx@linutronix.de>
Wed, 3 Sep 2025 14:04:48 +0000 (16:04 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 9 Sep 2025 12:44:30 +0000 (14:44 +0200)
commitba9d484ed3578705fcd24795b800e8e4364afb8c
tree4d293e5213b0d8f574ad4eea26af7313bef35b78
parentf09c1d63e895e1b45248a75656a41df2e8102874
PCI/MSI: Remove the conditional parent [un]mask logic

Now that msi_lib_init_dev_msi_info() overwrites the irq_[un]mask()
callbacks when the MSI_FLAG_PCI_MSI_MASK_PARENT flag is set by the parent
domain, the conditional [un]mask logic is obsolete.

Remove it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Marc Zyngier <maz@kernel.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/all/20250903135433.444329373@linutronix.de
drivers/pci/msi/irqdomain.c