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

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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 5fa2cffb
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