diff options
author | Colin Ian King <[email protected]> | 2022-03-02 17:53:09 +0000 |
---|---|---|
committer | Javier Martinez Canillas <[email protected]> | 2022-03-03 09:28:55 +0100 |
commit | 701920ca9822eb63b420b3bcb627f2c1ec759903 (patch) | |
tree | c729aed44a1211e5b3e94b6ff2b55ab2fbe7126f /scripts/gdb/linux/tasks.py | |
parent | e41d27eaf5485df99f366bf7c5382375bb2c19ca (diff) |
drm/ssd130x: remove redundant initialization of pointer mode
Pointer mode is being assigned a value that is never read, it is
being re-assigned later with a new value. The initialization is
redundant and can be removed.
Cleans up clang scan build warning:
drivers/gpu/drm/solomon/ssd130x.c:582:27: warning: Value stored
to 'mode' during its initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions