aboutsummaryrefslogtreecommitdiff
path: root/lib/test_fortify/write_overflow-strncpy-src.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-02-08 12:01:00 -0800
committerDmitry Torokhov <[email protected]>2024-02-09 10:53:24 -0800
commit0f82d108028a9dfea20e1c3c0ada1e64403002af (patch)
tree6c6ca583f055b16660d03d77c6a254f12cf3ea3d /lib/test_fortify/write_overflow-strncpy-src.c
parent18970d4f6317a3595cc592c3c7815f63d1818932 (diff)
Input: ti_am335x_tsc - remove redundant assignment to variable config
The variable config is being initialized with a value that is never read, it is being re-assigned in the next statement. The initialization is redundant and can be removed. Cleans up clang scan build warning: drivers/input/touchscreen/ti_am335x_tsc.c:160:2: warning: Value stored to 'config' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions