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:
Colin Ian King <colin.king@canonical.com>
Signed-off-by:
Steve French <stfrench@microsoft.com>
Loading
Please sign in to comment