of: Convert comparisons to zero or NULL to logical expressions
authorFrank Rowand <frank.rowand@am.sony.com>
Sat, 29 Oct 2016 06:26:23 +0000 (23:26 -0700)
committerRob Herring <robh@kernel.org>
Tue, 15 Nov 2016 15:17:13 +0000 (09:17 -0600)
commit9f27ede49dc481a35244c03193236ac2fddd10a1
treeb9ff6db6713c800c3346dec1b81f76db81ea1197
parent96d1c8e8e38f264fa65c74545fbb913df3af10d3
of: Convert comparisons to zero or NULL to logical expressions

Convert comparisons to zero or NULL to logical expressions.  A
small number of such comparisons remain where they provide more
clarity of the numeric nature of a variable.

Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/resolver.c