Merge tag 'irq-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Ingo Molnar:
"Restore unintentionally lost quirk settings in the GIC irqchip driver,
which broke certain devices"

* tag 'irq-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irqchip/gic-v3-its: Don't override quirk settings with default values

Changed files
+2 -2
drivers
+2 -2
drivers/irqchip/irq-gic-v3-its.c
··· 5112 5112 } 5113 5113 its->cmd_base = (void *)page_address(page); 5114 5114 its->cmd_write = its->cmd_base; 5115 - its->get_msi_base = its_irq_get_msi_base; 5116 - its->msi_domain_flags = IRQ_DOMAIN_FLAG_ISOLATED_MSI; 5117 5115 5118 5116 err = its_alloc_tables(its); 5119 5117 if (err) ··· 5360 5362 its->typer = gic_read_typer(its_base + GITS_TYPER); 5361 5363 its->base = its_base; 5362 5364 its->phys_base = res->start; 5365 + its->get_msi_base = its_irq_get_msi_base; 5366 + its->msi_domain_flags = IRQ_DOMAIN_FLAG_ISOLATED_MSI; 5363 5367 5364 5368 its->numa_node = numa_node; 5365 5369 its->fwnode_handle = handle;