Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: usbip: Remove double initialization of msg_namelen variable

This removes the double initialization of the msg_namelen variable.

Signed-off-by: Sankha Narayan Guria <sankha93@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Sankha Narayan Guria and committed by
Jiri Kosina
b481c2cb 6bbdc398

-1
-1
drivers/staging/usbip/usbip_common.c
··· 366 366 msg.msg_namelen = 0; 367 367 msg.msg_control = NULL; 368 368 msg.msg_controllen = 0; 369 - msg.msg_namelen = 0; 370 369 msg.msg_flags = MSG_NOSIGNAL; 371 370 372 371 result = kernel_recvmsg(sock, &msg, &iov, 1, size, MSG_WAITALL);