aboutsummaryrefslogtreecommitdiff
path: root/lib/test_fortify/write_overflow-strncpy-src.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-02-16 14:22:19 +0000
committerMark Brown <[email protected]>2024-02-19 17:02:17 +0000
commite480c0991db00b24b39010bfd56eda5ec2417186 (patch)
tree7cad2246360c88c5531cd9bbc1ac1ae97be8778e /lib/test_fortify/write_overflow-strncpy-src.c
parenta3d543b9e6599fbbb9efc1876919627960c5e97a (diff)
ASoC: tas2781: Remove redundant initialization of pointer 'data'
The pointer 'data' being initialized with a value that is never read, it is being re-assigned inside a while-loop. The initialization is redundant and can be removed. Cleans up clang scan build warning sound/soc/codecs/tas2781-fmwlib.c:1534:17: warning: Value stored to 'data' during its initialization is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions