diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-06-29 00:32:29 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-08-01 09:34:44 +0300 |
commit | 4da2cd0517e08c2a996b5f3e8914bdda0286d911 (patch) | |
tree | 104a4622a2a9e677017cb3802f2a02a348ce01b7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5fa2cffba0b82336a2244d941322eb1627ff787b (diff) | |
download | linux-4da2cd0517e08c2a996b5f3e8914bdda0286d911.tar.xz |
cifs: remove redundant initialization to variable mnt_sign_enabled
Variable mnt_sign_enabled is being initialized with a value that
is never read, it is being reassigned later on with a different
value. The initialization is redundant and can be removed.
Cleans up clang scan-build warning:
fs/cifs/cifssmb.c:465:7: warning: Value stored to 'mnt_sign_enabled
during its initialization is never read
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions