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