diff options
| author | 2024-04-11 09:55:37 +0100 | |
|---|---|---|
| committer | 2024-04-11 14:08:36 +0200 | |
| commit | 46f2bba8314fdd818cc7408126919cb6421b4e19 (patch) | |
| tree | 0fc0e54b74891294b1930b8500846cc475a4f713 /rust/kernel/ssh:/git@git.zx2c4.com/git: | |
| parent | serial: 8250: Fix add preferred console for serial8250_isa_init_ports() (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 'rust/kernel/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
