binder: remove redundant debug log
authorCarlos Llamas <cmllamas@google.com>
Fri, 1 Dec 2023 17:21:49 +0000 (17:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Dec 2023 00:23:40 +0000 (09:23 +0900)
commit258ce20ede33c551002705fa1488864fb287752c
tree0ef8e37427e12583071bf4b003b5848557a2eb8a
parent37ebbb4f73a0d299fa0c7dd043932a2f5fbbb779
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 <cmllamas@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20231201172212.1813387-21-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c