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:
1ec41a3
)
Staging:android: Change type for binder_debug_no_lock switch to bool
author
Zhengwang Ruan
<ruan.zhengwang@gmail.com>
Wed, 7 Mar 2012 02:36:57 +0000
(10:36 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 7 Mar 2012 21:18:51 +0000
(13:18 -0800)
GCC warns that module_param_named() indirectly returns a bool type value
which is different from 'int' type binder_debug_no_lock declared. Change
it to bool because it is a internal switch for debugging.
Signed-off-by: Zhengwang Ruan <ruan.zhengwang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found