diff options
author | Jacob Garber <jgarber1@ualberta.ca> | 2019-06-13 11:57:35 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-06-18 13:49:02 +0000 |
commit | ce0c5334a012230faf08fc3b901bb12010eb0208 (patch) | |
tree | ef2860d8bcb7e2a2b6a3fcded77ffff93b7354e0 /util/viatool/description.md | |
parent | 7407210a6755b22862c22a87c21ed172cb646616 (diff) |
sb/amd/cimx/sb900: Change logical negation to bitwise
data &= !BIT0 will clear data, since !BIT0 evaluates to 0 (oops). We
only want to clear bit 0, not the whole thing, so use bitwise negation
instead.
Change-Id: I2179119e0d2d4aceaf4f8b499bf4c5baf4ef677f
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Found-by: Coverity CID 1241812
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33454
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'util/viatool/description.md')
0 files changed, 0 insertions, 0 deletions