From fa494ac8989dfcab474a08ec7f82de4982240483 Mon Sep 17 00:00:00 2001 From: Zhengwang Ruan Date: Wed, 7 Mar 2012 10:36:57 +0800 Subject: [PATCH] --- yaml --- r: 289183 b: refs/heads/master c: 2c52325ed2984069f893040f6139f0024e7d3b50 h: refs/heads/master i: 289181: aadc4f902d2e3cb02786a2249961e8511ecfcb85 289179: 57498677513ebe5da78a6176f01302850f7ad4fc 289175: 81ef36275ff09fcc1c146458ff8386a455f05707 289167: 912bd829696ae2b33502b0e98b2d6598b0a8ea26 289151: 4b7db502ec609400c1fabf7b1dd9780faf5a3a85 v: v3 --- [refs] | 2 +- trunk/drivers/staging/android/binder.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 88ca03d7c43c..5b32682c872e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ec41a31fb695682cab7fc7c1f6ced84d188b6f9 +refs/heads/master: 2c52325ed2984069f893040f6139f0024e7d3b50 diff --git a/trunk/drivers/staging/android/binder.c b/trunk/drivers/staging/android/binder.c index 094e18c495c5..6db1c1bfeb98 100644 --- a/trunk/drivers/staging/android/binder.c +++ b/trunk/drivers/staging/android/binder.c @@ -103,7 +103,7 @@ static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR | BINDER_DEBUG_FAILED_TRANSACTION | BINDER_DEBUG_DEAD_TRANSACTION; module_param_named(debug_mask, binder_debug_mask, uint, S_IWUSR | S_IRUGO); -static int binder_debug_no_lock; +static bool binder_debug_no_lock; module_param_named(proc_no_lock, binder_debug_no_lock, bool, S_IWUSR | S_IRUGO); static DECLARE_WAIT_QUEUE_HEAD(binder_user_error_wait);