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:
9c7bc37
)
staging: imx-drm: use true and false for bool variables
author
Valentina Manea
<valentina.manea.m@gmail.com>
Fri, 25 Oct 2013 08:52:20 +0000
(11:52 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 21:26:45 +0000
(14:26 -0700)
This patch fixes coccinelle errors for bool variables
initialized with 1 or 0 instead of true and false.
Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found