UPSTREAM: libpayload: Drop superfluous "continue"
BUG=None BRANCH=None TEST=None Change-Id: Icef4f3eaba6be3764b01487e82dd8a1013a52184 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Found-by: Coverity Scan #1260729 Reviewed-on: https://review.coreboot.org/15957 Tested-by: build bot (Jenkins) Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Omar Pakker Reviewed-on: https://chromium-review.googlesource.com/366279 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
92d7382714
commit
7e953ab96a
1 changed files with 0 additions and 1 deletions
|
|
@ -291,7 +291,6 @@ int cb_parse_header(void *addr, int len, struct sysinfo_t *info)
|
|||
forward = phys_to_virt((void *)(unsigned long)
|
||||
((struct cb_forward *)rec)->forward);
|
||||
return cb_parse_header(forward, len, info);
|
||||
continue;
|
||||
case CB_TAG_MEMORY:
|
||||
cb_parse_memory(ptr, info);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue