diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-04-11 09:55:37 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-11 14:08:36 +0200 |
commit | 46f2bba8314fdd818cc7408126919cb6421b4e19 (patch) | |
tree | 0fc0e54b74891294b1930b8500846cc475a4f713 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4547cd76f08a6f301f6ad563f5d0e4566924ec6b (diff) |
serial: omap: remove redundant assignment to variable tmout
Variable tmout is being assigned a value that is never read, it is
being re-assinged in the following for-loop statement. The assignment
is redundant and can be removed.
Cleans up clang scan warning:
drivers/tty/serial/omap-serial.c:1096:3: warning: Value stored to 'tmout'
is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240411085537.306020-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions