diff options
author | Colin Ian King <[email protected]> | 2023-06-16 18:07:30 +0100 |
---|---|---|
committer | Jarkko Sakkinen <[email protected]> | 2023-08-17 20:12:41 +0000 |
commit | df333d058a60a8dc282009a483124983669b4203 (patch) | |
tree | 076740fa8a108db2faf3851e4422d6ec7d440bdb /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 280db21e153d8810ce3b93640c63ae922bcb9e8e (diff) |
tpm: remove redundant variable len
Variable len is being accumulated but the value is never read. It is
redundant and can be removed. Cleans up clang scan build warning:
drivers/char/tpm/eventlog/tpm1.c:276:2: warning: Value stored to 'len' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Reviewed-by: Jerry Snitselaar <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions