diff options
author | Baruch Siach <baruch@tkos.co.il> | 2021-03-11 18:18:37 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-18 08:15:18 +0000 |
commit | b82a571832ec161ea7b7f5d25f898b309cf68509 (patch) | |
tree | 165dad83c8e16824efcf357d94b8251ca83695ff /src/mainboard/google/storm | |
parent | a12e16233b83d9612e539fa85e9b91cc0974ede9 (diff) |
util/qualcomm: fix python syntax warnings
Don't use 'is' and 'is not' for comparison with literals. This fixes
warnings like:
.../mbn_tools.py:1097: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if int(off) is not 0:
Change-Id: Idd68acfcbd1a07cbbb9ab41d9581c4850a431445
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51427
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/storm')
0 files changed, 0 insertions, 0 deletions