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

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

Remove printk from rds_sendmsg



no socket layer outputs a message for this error and neither should rds.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1f85851e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -935,7 +935,6 @@ int rds_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
	/* Mirror Linux UDP mirror of BSD error message compatibility */
	/* XXX: Perhaps MSG_MORE someday */
	if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_CMSG_COMPAT)) {
		printk(KERN_INFO "msg_flags 0x%08X\n", msg->msg_flags);
		ret = -EOPNOTSUPP;
		goto out;
	}