diff options
Diffstat (limited to 'drivers/irqchip/irq-gic-v2m.c')
-rw-r--r-- | drivers/irqchip/irq-gic-v2m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-gic-v2m.c b/drivers/irqchip/irq-gic-v2m.c index 7338f90b2f9e..e88e75c22b6a 100644 --- a/drivers/irqchip/irq-gic-v2m.c +++ b/drivers/irqchip/irq-gic-v2m.c | |||
@@ -525,7 +525,7 @@ acpi_parse_madt_msi(union acpi_subtable_headers *header, | |||
525 | spi_start, nr_spis); | 525 | spi_start, nr_spis); |
526 | } | 526 | } |
527 | 527 | ||
528 | fwnode = irq_domain_alloc_fwnode((void *)m->base_address); | 528 | fwnode = irq_domain_alloc_fwnode(&res.start); |
529 | if (!fwnode) { | 529 | if (!fwnode) { |
530 | pr_err("Unable to allocate GICv2m domain token\n"); | 530 | pr_err("Unable to allocate GICv2m domain token\n"); |
531 | return -EINVAL; | 531 | return -EINVAL; |