USB: host: whci: remove redundant variable t
authorColin Ian King <colin.king@canonical.com>
Fri, 13 Jul 2018 09:43:01 +0000 (10:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 13:41:56 +0000 (15:41 +0200)
commitbebee48e7fd6e917b1625487342bfe3b3f5c1c56
tree30afa65118a9f81f43e3df958459482c29627a72
parent6c7dbe36198e23099209cb2938f9675849fdde68
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>
drivers/usb/host/whci/pzl.c