diff options
author | 2024-02-07 10:41:28 +0000 | |
---|---|---|
committer | 2024-03-04 14:54:36 +0100 | |
commit | 9532ac14d8b2216236c02d9903b373dec46410e2 (patch) | |
tree | 798f4ec3f71f0eb40524761d414088352a9f5c2c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | USB: serial: ftdi_sio: remove redundant assignment to variable cflag (diff) | |
download | wireguard-linux-9532ac14d8b2216236c02d9903b373dec46410e2.tar.xz wireguard-linux-9532ac14d8b2216236c02d9903b373dec46410e2.zip |
USB: serial: keyspan: remove redundant assignment to pointer data
The pointer data is being assigned a value that is not being
read afterwards, it is being re-assigned later inside a do-while
loop. The assignment is redundant and can be removed.
Cleans up clang scan warning:
drivers/usb/serial/keyspan.c:924:2: warning: Value stored to 'data'
is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions