diff options
| author | Carlos Llamas <[email protected]> | 2023-12-01 17:21:49 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-12-05 00:23:40 +0000 |
| commit | 258ce20ede33c551002705fa1488864fb287752c (patch) | |
| tree | 0ef8e37427e12583071bf4b003b5848557a2eb8a /drivers/android/binder_alloc.c | |
| parent | binder: perform page installation outside of locks (diff) | |
| download | kernel-258ce20ede33c551002705fa1488864fb287752c.tar.gz kernel-258ce20ede33c551002705fa1488864fb287752c.zip | |
binder: remove redundant debug log
The debug information in this statement is already logged earlier in the
same function. We can get rid of this duplicate log.
Signed-off-by: Carlos Llamas <[email protected]>
Reviewed-by: Alice Ryhl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/android/binder_alloc.c')
| -rw-r--r-- | drivers/android/binder_alloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c index 551f08e84408..c9292eee8fee 100644 --- a/drivers/android/binder_alloc.c +++ b/drivers/android/binder_alloc.c @@ -512,9 +512,6 @@ static struct binder_buffer *binder_alloc_new_buf_locked( buffer->free = 0; buffer->allow_user_free = 0; binder_insert_allocated_buffer_locked(alloc, buffer); - binder_alloc_debug(BINDER_DEBUG_BUFFER_ALLOC, - "%d: binder_alloc_buf size %zd got %pK\n", - alloc->pid, size, buffer); buffer->async_transaction = is_async; buffer->oneway_spam_suspect = false; if (is_async) { |
