diff options
author | Jiapeng Chong <[email protected]> | 2021-04-23 17:52:23 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-04-25 18:07:11 -0700 |
commit | bf7d20cd51d7b6aa969e263b33805af6e147a70e (patch) | |
tree | afac20d7c639c01ab5d3a606d733f5044634440e /scripts/gdb/linux/timerlist.py | |
parent | 5f6c2f536de648ac31564d8c413337ff4f7af93a (diff) |
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 <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions