commit | bebee48e7fd6e917b1625487342bfe3b3f5c1c56 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 13 10:43:01 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 13 15:41:56 2018 +0200 |
tree | 30afa65118a9f81f43e3df958459482c29627a72 | |
parent | 6c7dbe36198e23099209cb2938f9675849fdde68 [diff] |
USB: host: whci: remove redundant variable t Variable t is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 't' 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>