diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-01-16 13:51:34 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-01-17 02:19:46 +0300 |
commit | 8ca5d2641be217a78a891d4dbe2a46232d1d8eb9 (patch) | |
tree | 5b70f0d37cf512cbffb684fc8abe15f94ab067be /drivers/fpga/fpga-bridge.c | |
parent | 84e9a2d5517bf62edda74f382757aa173b8e45fd (diff) | |
download | linux-8ca5d2641be217a78a891d4dbe2a46232d1d8eb9.tar.xz |
cifs: remove redundant variable tcon_exist
The variable tcon_exist is being assigned however it is never read, the
variable is redundant and can be removed.
Cleans up clang scan build warning:
warning: Although the value stored to 'tcon_exist' is used in
the enclosing expression, the value is never actually readfrom
'tcon_exist' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions