| commit | 51879dc24aea94851fc28ffc2f68cba1b58f3db8 | [log] [tgz] |
|---|---|---|
| author | edisonhello <[email protected]> | Mon Aug 02 06:28:50 2021 |
| committer | Commit Bot <[email protected]> | Thu Aug 12 08:13:14 2021 |
| tree | 832355c3b26b424b9300c92a9fb2a6b93f28e4c6 | |
| parent | d8de9942e2fdfdf3f1792740cb5419163faff3ea [diff] |
vboot: Remove unnecessary flag unset operations
Since all flags are initialized as 0 in vb2api_init(),
some flag unset operations are not needed.
Edit few comments to make it more accurate.
BUG=none
TEST=export CC=x86_64-pc-linux-gnu-clang DEBUG=1; \
make -j32 test_setup && make -j32 runtests;
BRANCH=none
Signed-off-by: edisonhello <[email protected]>
Change-Id: I0129f43342598195800ff671b965100d3d568564
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3066803
Reviewed-by: Julius Werner <[email protected]>
Reviewed-by: Yu-Ping Wu <[email protected]>