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: v3.4-rc1~186^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c52325ed2984069f893040f6139f0024e7d3b50;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