projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb00d4
)
Bluetooth: Removing noisy dbg message
author
Alain Michaud
<alainm@chromium.org>
Mon, 1 Jun 2020 14:20:59 +0000
(14:20 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 3 Jun 2020 17:53:25 +0000
(19:53 +0200)
This patch removes a particularly noisy dbg message. The debug message
isn't particularly interesting for debuggability so it was simply
removed to reduce noise in dbg logs.
Signed-off-by: Alain Michaud <alainm@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/af_bluetooth.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/af_bluetooth.c
b/net/bluetooth/af_bluetooth.c
index 3fd124927d4d176864004aecdd206407a1f6b836..b751a7c1b20fe0cf7743806c8101fdcf675e4ec6 100644
(file)
--- a/
net/bluetooth/af_bluetooth.c
+++ b/
net/bluetooth/af_bluetooth.c
@@
-453,8
+453,6
@@
__poll_t bt_sock_poll(struct file *file, struct socket *sock,
struct sock *sk = sock->sk;
__poll_t mask = 0;
- BT_DBG("sock %p, sk %p", sock, sk);
-
poll_wait(file, sk_sleep(sk), wait);
if (sk->sk_state == BT_LISTEN)