]> git.baikalelectronics.ru Git - kernel.git/commit
Staging:android: Change type for binder_debug_no_lock switch to bool
authorZhengwang Ruan <ruan.zhengwang@gmail.com>
Wed, 7 Mar 2012 02:36:57 +0000 (10:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Mar 2012 21:18:51 +0000 (13:18 -0800)
commit11ebb665a4aa3fbb77d84110c639e1678612bc66
tree49d21f747d6ca145ca688e93c5ca1dcad85d05f1
parent33ec81860f2347801ed7559666d58b2078471af8
Staging:android: Change type for binder_debug_no_lock switch to bool

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>
drivers/staging/android/binder.c