diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2021-04-23 17:52:23 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-25 18:07:11 -0700 |
commit | bf7d20cd51d7b6aa969e263b33805af6e147a70e (patch) | |
tree | afac20d7c639c01ab5d3a606d733f5044634440e /drivers/net/hyperv/netvsc_drv.c | |
parent | 5f6c2f536de648ac31564d8c413337ff4f7af93a (diff) | |
download | linux-stable-bf7d20cd51d7b6aa969e263b33805af6e147a70e.tar.gz |
ch_ktls: Remove redundant variable result
Variable result is being assigned a value from a calculation
however the variable is never read, so this redundant variable
can be removed.
Cleans up the following clang-analyzer warning:
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:1488:2:
warning: Value stored to 'pos' is never read
[clang-analyzer-deadcode.DeadStores].
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:876:3:
warning: Value stored to 'pos' is never read
[clang-analyzer-deadcode.DeadStores].
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:36:3:
warning: Value stored to 'start' is never read
[clang-analyzer-deadcode.DeadStores].
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/netvsc_drv.c')
0 files changed, 0 insertions, 0 deletions