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:
ae27f86
)
dynamic_debug: drop explicit !=NULL checks
author
Jim Cromie
<jim.cromie@gmail.com>
Mon, 19 Dec 2011 22:12:39 +0000
(17:12 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 24 Jan 2012 20:46:46 +0000
(12:46 -0800)
Convert 'if (x !=NULL)' checks into 'if (x)'.
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found