drivers/misc: ti-st: remove redundant assignment to variables i and flags
authorColin Ian King <colin.king@canonical.com>
Mon, 13 Jan 2020 12:31:49 +0000 (12:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jan 2020 14:16:51 +0000 (15:16 +0100)
commitb0bd9ae346f06e1725c3aa29cfb37c81231ffd82
tree6c10c511e803d092b47ca65184696544dbcd4f30
parentf896ee51b93e192fa38a62d8cef8c5e9bd4adf68
drivers/misc: ti-st: remove redundant assignment to variables i and flags

The variables i and flags are being initialized with values that are
never read.  The initializations are redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200113123149.187555-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_core.c