commit | 53e44782e2302f6483b34539f0c3efbf5c6f9f37 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jul 03 08:32:49 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 03 13:01:48 2018 +0200 |
tree | e5c07ff08ee1059d182b363fb6cd48345b7472a6 | |
parent | aa8998e57640c98ce0c53c1dfc7a8e990adfffa4 [diff] |
misc: ti-st: remove redundant variable 'type' Variable type is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'type' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>