payloads/coreinfo/coreboot_module.c: Remove 'break' after 'return'

Change-Id: Icb60115349ef7c4c35635021784138d45c5a8872
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61954
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas 2022-02-15 09:53:23 +01:00 committed by Martin L Roth
parent dd75aaf3f5
commit 9ca1ef96ae
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ static int parse_header(void *addr, int len)
switch (rec->tag) {
case CB_TAG_FORWARD:
return parse_header((void *)(unsigned long)((struct cb_forward *)rec)->forward, 1);
break;
case CB_TAG_MEMORY:
parse_memory(ptr);
break;