From 2c52325ed2984069f893040f6139f0024e7d3b50 Mon Sep 17 00:00:00 2001 From: Zhengwang Ruan Date: Wed, 7 Mar 2012 10:36:57 +0800 Subject: [PATCH] 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-format-patch failed