diff options
author | Colin Ian King <[email protected]> | 2023-04-18 16:36:07 +0100 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-05-19 11:58:14 +0200 |
commit | 04faa6cfd44972c2e36b6528a4719e3880db0c90 (patch) | |
tree | 7dff339e00f7586828f6709e55f78c13260b58ab /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6 (diff) |
ntfs: remove redundant initialization to pointer cb_sb_start
The pointer cb_sb_start is being initialized with a value that is never
read, it is being re-assigned the same value later on when it is first
being used. The initialization is redundant and can be removed.
Cleans up clang scan build warning:
fs/ntfs/compress.c:164:6: warning: Value stored to 'cb_sb_start' during its initialization is never read [deadcode.DeadStores]
u8 *cb_sb_start = cb; /* Beginning of the current sb in the cb. */
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Namjae Jeon <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions