summaryrefslogtreecommitdiff
path: root/net/bluetooth/af_bluetooth.c
diff options
context:
space:
mode:
authorAlain Michaud <alainm@chromium.org>2020-06-01 14:20:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2020-06-03 19:53:25 +0200
commit30965242268c39eaaa4e845e0559cd2635d016a6 (patch)
tree4b672b96f4be5c5fc7aa9dbed185d4afcd27d0c2 /net/bluetooth/af_bluetooth.c
parent6fb00d4e94bc28c39fa077b03e6531956de87802 (diff)
Bluetooth: Removing noisy dbg message
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>
Diffstat (limited to 'net/bluetooth/af_bluetooth.c')
-rw-r--r--net/bluetooth/af_bluetooth.c2
1 files changed, 0 insertions, 2 deletions
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)