git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025c7da
)
Staging: iio: iio_simple_dummy: Remove explicit NULL comparison
author
Cristina Opriceana
<cristina.opriceana@gmail.com>
Tue, 31 Mar 2015 09:51:38 +0000
(12:51 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 1 Apr 2015 15:23:20 +0000
(17:23 +0200)
This patch removes explicit NULL comparison and writes it in its
simpler form. Done with coccinelle:
@replace_rule@
expression e;
@@
-e == NULL
+ !e
Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found