commit | 980d6b8d712d26711dcd5a71007e4626c7198cd5 | [log] [tgz] |
---|---|---|
author | Felix Singer <felixsinger@posteo.net> | Fri Aug 19 02:48:15 2022 +0200 |
committer | Nico Huber <nico.h@gmx.de> | Thu Jan 05 16:35:01 2023 +0000 |
tree | 38e926243e6a10734971066fd1602d373fd04784 | |
parent | f25447e5724bd8664338b69b12399f101abed76b [diff] |
tree: Retype variable `programmer_may_write` with bool Use the bool type instead of an integer for the variable `programmer_may_write`, since this represents its purpose much better. Signed-off-by: Felix Singer <felixsinger@posteo.net> Change-Id: I69958527ae018a92f1c42734a7990d0c532dee0c Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/66885 Original-Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/71483 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>