Colin Ian King c2b640529e net/handshake: remove redundant assignment to variable ret
The variable is being assigned an value and then is being re-assigned
a new value in the next statement. The assignment is redundant and can
be removed.

Cleans up clang scan build warning:
net/handshake/tlshd.c:216:2: warning: Value stored to 'ret' is never
read [deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Link: https://lore.kernel.org/r/20240415100713.483399-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-04-16 17:14:55 -07:00
..
2024-04-08 11:56:56 +01:00
2024-02-20 15:32:45 +01:00
2024-04-15 10:46:01 +01:00
2024-04-03 19:36:57 -07:00
2024-03-29 15:03:11 -07:00
2024-03-29 15:03:11 -07:00
2024-04-06 09:37:50 -07:00
2024-04-03 19:36:57 -07:00