Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289183
b: refs/heads/master
c: 2c52325
h: refs/heads/master
i:
  289181: aadc4f9
  289179: 5749867
  289175: 81ef362
  289167: 912bd82
  289151: 4b7db50
v: v3
  • Loading branch information
Zhengwang Ruan authored and Greg Kroah-Hartman committed Mar 7, 2012
1 parent 589d8c4 commit fa494ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ec41a31fb695682cab7fc7c1f6ced84d188b6f9
refs/heads/master: 2c52325ed2984069f893040f6139f0024e7d3b50
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa494ac

Please sign in to comment.