diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-23 16:09:19 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-09-16 11:43:37 -0500 |
commit | 1afdea4f19a97ed98f65c41fd11c77e5264838ae (patch) | |
tree | 8352c20a21a277cdf13848cc606543d277f4236a /fs/fs_parser.c | |
parent | becc2ba26ae65bfeaece35a1b67e8a54eb9677cf (diff) |
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>
Diffstat (limited to 'fs/fs_parser.c')
0 files changed, 0 insertions, 0 deletions