Files
linux/drivers/tty
Colin Ian King cd9479a167 drivers/tty: remove redundant assignment to variable i and rename it to ret
The variable i is being assigned a value that is never read
and it is being updated later with a new value. The assignment
is redundant and can be removed.  Also rename i to ret as this new
name makes makes more sense.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200405135423.383466-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-16 16:12:34 +02:00
..
2019-11-13 19:01:14 +08:00
2020-03-12 17:17:30 +01:00
2019-04-16 15:21:34 +02:00
2020-02-19 12:46:48 +01:00
2019-11-04 17:42:28 +01:00
2019-04-16 15:21:34 +02:00