Attention is currently required from: Anastasia Klimchuk. Hello build bot (Jenkins), 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 (#2).
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.
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, 7 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/96/52596/2