summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/dfs.h
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-16 12:17:32 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-18 18:59:58 +0100
commit5fcd6e71e8c5ac9091933dc44997f9ed68d9384a (patch)
treec14f97e4eeff0bcf3630b4c52c7204fa4c4b94b1 /fs/smb/client/dfs.h
parent1364ea8a561356760c86a38c76ddb553bb17c646 (diff)
downloadlinux-stable-5fcd6e71e8c5ac9091933dc44997f9ed68d9384a.tar.gz
linux-stable-5fcd6e71e8c5ac9091933dc44997f9ed68d9384a.tar.bz2
linux-stable-5fcd6e71e8c5ac9091933dc44997f9ed68d9384a.zip
tty: jsm: Remove redundant assignment to variable linestatus
The variable linestate being assigned a value that is never read, the following continue statement jumps to the end of the while-loop and then it is re-assigned a new value. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/tty/serial/jsm/jsm_cls.c:398:4: warning: Value stored to 'linestatus' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240216121732.2106445-1-colin.i.king@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/smb/client/dfs.h')
0 files changed, 0 insertions, 0 deletions