Attention is currently required from: Anastasia Klimchuk. Hello build bot (Jenkins), Nico Huber, Edward O'Callaghan, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/52685
to look at the new patch set (#3).
Change subject: ene_lpc.c: Untangle successful vs failed init paths ......................................................................
ene_lpc.c: Untangle successful vs failed init paths
Exit label now serves as failed init path, it does cleanup and returns 1, so it is renamed into init_err_exit.
Since all error paths return 1, and successful init is separated from failure, there is no need to have ret variable anymore.
BUG=b:185191942 TEST=builds
Change-Id: Iac295f1353785cd73d7cb2f19e4a8cbb69beb576 Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M ene_lpc.c 1 file changed, 14 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/85/52685/3