diff options
author | 2017-10-17 16:36:22 -0700 | |
---|---|---|
committer | 2017-10-17 20:46:15 -0500 | |
commit | bbed8794d53b7043d7989e22bc2e1e399da305eb (patch) | |
tree | 3a268571f05b0c7482986afd0d441578be92acb3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | of: overlay.c: Remove comments that state the obvious, to reduce clutter (diff) | |
download | linux-rng-bbed8794d53b7043d7989e22bc2e1e399da305eb.tar.xz linux-rng-bbed8794d53b7043d7989e22bc2e1e399da305eb.zip |
of: overlay.c: Convert comparisons to zero or NULL to logical expressions
Use normal shorthand for comparing a variable to zero.
For variable "XXX":
convert (XXX == 0) to (!XXX)
convert (XXX != 0) to (XXX)
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions