net/mlx4_en: Fix mixed PFC and Global pause user control requests
[pandora-kernel.git] / net / nfc / rawsock.c
index 7a167fc..0d570d3 100644 (file)
@@ -248,8 +248,6 @@ static int rawsock_recvmsg(struct kiocb *iocb, struct socket *sock,
        if (!skb)
                return rc;
 
-       msg->msg_namelen = 0;
-
        copied = skb->len;
        if (len < copied) {
                msg->msg_flags |= MSG_TRUNC;