diff options
| author | Colin Ian King <[email protected]> | 2024-04-11 09:55:37 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-04-11 14:08:36 +0200 |
| commit | 46f2bba8314fdd818cc7408126919cb6421b4e19 (patch) | |
| tree | 0fc0e54b74891294b1930b8500846cc475a4f713 /tools/perf/scripts/python/bin/stackcollapse-record | |
| 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions