commit | 7f3115fbfea18d20d3421a192be510cbccbaf9f6 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Apr 14 15:35:02 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 16 13:41:00 2020 +0200 |
tree | a3a6f4566a5bf63b64ae312c0d352f1f90462edd | |
parent | 5a78455625a345933ed35dd3370fe5b85d44ed11 [diff] |
staging: vt6656: remove redundant assignment to variable ed_inx The variable ed_inx is being initialized with a value that is never read and it is being updated later with a new value. The initialization is 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/20200414143502.237803-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>