Attention is currently required from: Edward O'Callaghan.
Hello build bot (Jenkins), Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/72692
to look at the new patch set (#2).
Change subject: jedec.c: Drop branching non-zero programmer_delay() operands ......................................................................
jedec.c: Drop branching non-zero programmer_delay() operands
The programmer_delay() function is already tolerant upon zero delay values and will simply just return with a NOP. Therefore there is no need to branch.
Change-Id: Ic547669bb16e6ace4fe283e07345fc2d7075d63e Signed-off-by: Edward O'Callaghan quasisec@google.com --- M jedec.c 1 file changed, 19 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/92/72692/2