Skip to content

Commit 64a8553

Browse files
committed
irqchip/irq-msi-lib: Prepare for DOMAIN_BUS_WIRED_TO_MSI
Add the new bus token to the accepted list of child domain tokens. Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Anna-Maria Behnsen <[email protected]> Signed-off-by: Shivamurthy Shastri <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fbfe7e1 commit 64a8553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/irqchip/irq-msi-lib.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ bool msi_lib_init_dev_msi_info(struct device *dev, struct irq_domain *domain,
6969

7070
/* Core managed MSI descriptors */
7171
info->flags = MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS | MSI_FLAG_FREE_MSI_DESCS;
72+
fallthrough;
73+
case DOMAIN_BUS_WIRED_TO_MSI:
7274
/* Remove PCI specific flags */
7375
required_flags &= ~MSI_FLAG_PCI_MSI_MASK_PARENT;
7476
break;

0 commit comments

Comments
 (0)