This removes the double initialization of the msg_namelen variable.

Signed-off-by: Sankha Narayan Guria <sankh...@gmail.com>

--- linux/drivers/staging/usbip/usbip_common.c.orig 2013-12-16
11:24:32.930512781 +0530
+++ linux/drivers/staging/usbip/usbip_common.c 2013-12-16
11:25:03.190513334 +0530
@@ -366,7 +366,6 @@ int usbip_recv(struct socket *sock, void
  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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to