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/+/52596
to look at the new patch set (#3).
Change subject: mec1308.c: Untangle successful vs failed init paths ......................................................................
mec1308.c: Untangle successful vs failed init paths
Label mec1308_init_exit 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.
TEST=builds and ninja test from 51487 BUG=b:185191942
Change-Id: Ibf35335501e59636c544af124ad7a04a186790b4 Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M mec1308.c 1 file changed, 16 insertions(+), 27 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/96/52596/3