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:
05323e7
)
staging: crystalhd: return true and false instead of 1 and 0
author
Valentina Manea
<valentina.manea.m@gmail.com>
Fri, 1 Nov 2013 13:03:08 +0000
(15:03 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:19:58 +0000
(11:19 -0800)
This fixes coccinelle error regarding functions that return
bool and return 1 and 0 instead of true and false.
Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found