diff options
author | Colin Ian King <[email protected]> | 2022-09-07 14:50:56 +0100 |
---|---|---|
committer | Helge Deller <[email protected]> | 2022-10-08 15:20:08 +0200 |
commit | 59945216889518982d262d4cab099c6554f58867 (patch) | |
tree | 8a17116dc8103db8d58291001b2dcd1ece3b1928 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | e8bc52cb8df80c31c73c726ab58ea9746e9ff734 (diff) |
fbdev: udlfb: Remove redundant initialization to variable identical
The variable identical is being initialized with a value that is never
read. The variable is being re-assigned later on. The initialization is
redundant and can be removed.
Cleans up clang scan-build warning:
drivers/video/fbdev/udlfb.c:373:6: warning: Value stored to 'identical'
during its initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions