From: Zhengwang Ruan Date: Wed, 7 Mar 2012 02:36:57 +0000 (+0800) Subject: Staging:android: Change type for binder_debug_no_lock switch to bool X-Git-Tag: sz_beta4~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b738f37686805b9ee95d6463959d427078bc092;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed