diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/irqchip/irq-gic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index 8d7e1c8b6d56..4dd88264dff5 100644 --- a/drivers/irqchip/irq-gic.c +++ b/drivers/irqchip/irq-gic.c | |||
@@ -1055,7 +1055,7 @@ gic_acpi_parse_madt_cpu(struct acpi_subtable_header *header, | |||
1055 | 1055 | ||
1056 | processor = (struct acpi_madt_generic_interrupt *)header; | 1056 | processor = (struct acpi_madt_generic_interrupt *)header; |
1057 | 1057 | ||
1058 | if (BAD_MADT_ENTRY(processor, end)) | 1058 | if (BAD_MADT_GICC_ENTRY(processor, end)) |
1059 | return -EINVAL; | 1059 | return -EINVAL; |
1060 | 1060 | ||
1061 | /* | 1061 | /* |