mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
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>
This commit is contained in:
parent
6fb00d4e94
commit
3096524226
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user