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

Commit 026e43de authored by Dave Jones's avatar Dave Jones Committed by David S. Miller
Browse files

nfc: remove noisy message from llcp_sock_sendmsg



This is easily triggerable when fuzz-testing as an unprivileged user.
We could rate-limit it, but given we don't print similar messages
for other protocols, I just removed it.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6be35c70
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -614,10 +614,6 @@ static int llcp_sock_sendmsg(struct kiocb *iocb, struct socket *sock,

		if (msg->msg_namelen < sizeof(*addr)) {
			release_sock(sk);

			pr_err("Invalid socket address length %d\n",
			       msg->msg_namelen);

			return -EINVAL;
		}