Searched hist:"59945216889518982 d262d4cab099c6554f58867" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | udlfb.c | diff 59945216889518982d262d4cab099c6554f58867 Wed Sep 07 15:50:56 CEST 2022 Colin Ian King <colin.i.king@gmail.com> 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 <colin.i.king@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
|