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