aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-03-21 12:00:12 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2011-03-21 15:27:16 +0100
commit79faea956957992b67082477dadff9a9c7e82058 (patch)
tree8b35e7bc5d3674d86fe3ddb5824197f13d8385b8 /drivers/staging
parentb39b8b0de454d6cc9fc4a89186fe97f51532ef97 (diff)
[ANDROID]: binder: Remove dead target debug prints
Remove some annoying binder debug prints by changing the default android debug level. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: - ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Change-Id: I9db858e3402512ffa7482ce00e4cbc071e2e532e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18727 Reviewed-by: Robert LIND <robert.lind@stericsson.com> Reviewed-by: Axel FAGERSTEDT <axel.fagerstedt@stericsson.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/android/binder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c
index e13b4c48340..3ca4d7d0bc8 100644
--- a/drivers/staging/android/binder.c
+++ b/drivers/staging/android/binder.c
@@ -98,8 +98,8 @@ enum {
BINDER_DEBUG_PRIORITY_CAP = 1U << 14,
BINDER_DEBUG_BUFFER_ALLOC_ASYNC = 1U << 15,
};
-static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR |
- BINDER_DEBUG_FAILED_TRANSACTION | BINDER_DEBUG_DEAD_TRANSACTION;
+static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR;
+
module_param_named(debug_mask, binder_debug_mask, uint, S_IWUSR | S_IRUGO);
static int binder_debug_no_lock;