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:
0fd682f
)
staging: vt6655: fix comparison of bool to 0/1
author
Teodora Baluta
<teobaluta@gmail.com>
Sun, 10 Nov 2013 15:12:44 +0000
(17:12 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:15:08 +0000
(11:15 -0800)
This patch corrects comparison of bool to 0/1 for file
drivers/staging/vt6655/rxtx.c. The following type of coccinelle detected
warnings are silenced:
WARNING: Comparison of bool to 0/1
Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found