]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/usbip/usbip_common.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / drivers / staging / usbip / usbip_common.c
index 4470cd321d650b469fe60e724ada16d2e543f297..96552e3a1bfb2bbebbb81c1af54d9b0473214b59 100644 (file)
@@ -367,7 +367,6 @@ int usbip_recv(struct socket *sock, void *buf, int size)
                msg.msg_namelen = 0;
                msg.msg_control = NULL;
                msg.msg_controllen = 0;
-               msg.msg_namelen    = 0;
                msg.msg_flags      = MSG_NOSIGNAL;
 
                result = kernel_recvmsg(sock, &msg, &iov, 1, size, MSG_WAITALL);