Attention is currently required from: Felix Singer, Angel Pons.
Hello build bot (Jenkins), Angel Pons, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66878
to look at the new patch set (#16).
Change subject: serprog.c: Retype variable `have_device` with bool ......................................................................
serprog.c: Retype variable `have_device` with bool
Use the bool type instead of an integer for the variable `have_device`, since this represents its purpose much better.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: Ia12f1503ae3f7be20a065f22b4ab84c4140cd23e --- M serprog.c 1 file changed, 17 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/78/66878/16