diff mbox series

[v1] bluetooth:Removing noisy dbg message

Message ID 20200601142059.136748-1-alainm@chromium.org (mailing list archive)
State Accepted
Delegated to: Marcel Holtmann
Headers show
Series [v1] bluetooth:Removing noisy dbg message | expand

Commit Message

Alain Michaud June 1, 2020, 2:20 p.m. UTC
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>
---

 net/bluetooth/af_bluetooth.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Marcel Holtmann June 3, 2020, 5:53 p.m. UTC | #1
Hi Alain,

> 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>
> ---
> 
> net/bluetooth/af_bluetooth.c | 2 --
> 1 file changed, 2 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel
diff mbox series

Patch

diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c
index 3fd124927d4d..b751a7c1b20f 100644
--- 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)