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:
817c66c
)
staging: android: Assign bool to true
author
Tapasweni Pathak
<tapaswenipathak@gmail.com>
Wed, 22 Oct 2014 05:53:57 +0000
(11:23 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 04:38:32 +0000
(12:38 +0800)
high is a bool type variable.
bool variable should be assigned true, false not 1 or 0.
This patch assigns high to true, replacing 1.
Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found