diff options
author | Frank Rowand <frank.rowand@sony.com> | 2017-10-18 02:36:22 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-10-18 04:46:15 +0300 |
commit | bbed8794d53b7043d7989e22bc2e1e399da305eb (patch) | |
tree | 3a268571f05b0c7482986afd0d441578be92acb3 /Documentation/cma | |
parent | 646afc4ad7f01d582d00e43a4f35b1ebdb70cb4e (diff) | |
download | linux-bbed8794d53b7043d7989e22bc2e1e399da305eb.tar.xz |
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 'Documentation/cma')
0 files changed, 0 insertions, 0 deletions