]> git.baikalelectronics.ru Git - kernel.git/commit
USB: host: whci: remove redundant variable t
authorColin Ian King <colin.king@canonical.com>
Wed, 8 Nov 2017 13:46:36 +0000 (13:46 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 14:08:43 +0000 (15:08 +0100)
commit0a391352a1f8706995fd92321b3c781471c12a99
treeac8720c81f7dcbff40176e1d26df2928ffd6c6ba
parent406c211b4848a8b7c6bea802b2808e15f4e265af
USB: host: whci: remove redundant variable t

Variable t is assigned but never read, it is redundant and therefore
can be removed. Cleans up clang warning:

drivers/usb/host/whci/asl.c:106:3: warning: Value stored to 't' is
never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/whci/asl.c