soc/intel/xeon_sp/acpi.c: Remove unuseful 'return' in void function

Change-Id: Ib964939468ebb8cd0a537d514060ee5b8b13e320
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61486
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS 2022-01-30 11:53:17 +01:00 committed by Felix Held
parent fae13d6063
commit facb9e4dca
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ static void print_madt_ioapic(int socket, int stack,
printk(BIOS_DEBUG, "Adding MADT IOAPIC for socket: %d, stack: %d, ioapic_id: 0x%x, " printk(BIOS_DEBUG, "Adding MADT IOAPIC for socket: %d, stack: %d, ioapic_id: 0x%x, "
"ioapic_base: 0x%x, gsi_base: 0x%x\n", "ioapic_base: 0x%x, gsi_base: 0x%x\n",
socket, stack, ioapic_id, ioapic_base, gsi_base); socket, stack, ioapic_id, ioapic_base, gsi_base);
return;
} }
const struct madt_ioapic_info *soc_get_ioapic_info(size_t *entries) const struct madt_ioapic_info *soc_get_ioapic_info(size_t *entries)