Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b141e811 authored by Samuel Ortiz's avatar Samuel Ortiz
Browse files

NFC: llcp: Decrease socket ack log when accepting a connection



This is really difficult to test with real NFC devices, but without
this fix an LLCP server will eventually refuse new connections.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 930df2df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -278,6 +278,8 @@ struct sock *nfc_llcp_accept_dequeue(struct sock *parent,

			pr_debug("Returning sk state %d\n", sk->sk_state);

			sk_acceptq_removed(parent);

			return sk;
		}