Colin Ian King 650b4eca47 rxrpc: remove redundant initialization of variable 'len'
The variable 'len' is being initialized with a value that is never
read and it is re-assigned later, hence the initialization is redundant
and can be removed.

Cleans up clang warning:
net/rxrpc/recvmsg.c:275:15: warning: Value stored to 'len' during its
initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-16 09:48:39 -04:00
..
2017-11-24 10:18:42 +00:00
2017-11-29 14:44:22 +00:00
2017-11-29 14:40:41 +00:00
2017-08-29 10:55:20 +01:00
2017-11-24 10:18:41 +00:00
2017-11-24 10:18:42 +00:00
2017-08-29 10:55:20 +01:00
2017-11-29 14:44:22 +00:00
2017-11-24 10:18:41 +00:00
2017-08-29 10:55:20 +01:00