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:
c942ea7
)
Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" warnings
author
Adrian Remonda
<adrianremonda@gmail.com>
Fri, 14 Aug 2015 10:18:01 +0000
(12:18 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 00:34:42 +0000
(17:34 -0700)
This patch fixes the warning generated by sparse: "Using plain integer
as NULL pointer" by replacing the pointer test against 0 with a logical test.
Signed-off-by: Adrian Remonda <adrianremonda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found