Skip to content
Commit 1afdea4f authored by Colin Ian King's avatar Colin Ian King Committed by Steve French
Browse files

fs: cifs: cifsssmb: remove redundant assignment to variable ret



The variable ret is being initialized however this is never read
and later it is being reassigned to a new value. The initialization
is redundant and hence can be removed.

Addresses-Coverity: ("Unused Value")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent becc2ba2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment