summaryrefslogtreecommitdiff
path: root/drivers/usb/early
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-11-07 15:21:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-07 17:52:29 +0300
commit15dfeb6dee4a2ea60efe2f94c7c293ab4ba3cb30 (patch)
treee0549eb9481a4347439ae0ae4d5cefbe71452ce5 /drivers/usb/early
parent8444efc4a052332d643ed5c8aebcca148c7de032 (diff)
downloadlinux-15dfeb6dee4a2ea60efe2f94c7c293ab4ba3cb30.tar.xz
usb: host: isp1362-hcd: remove a couple of redundant assignments
Variable index is being initialized and the value is never read, it is being updated a few statements later, so remove the redundant initialization. Variable total is being updated but the value is never read, so this is also redundant and can be removed. Cleans up two clang warnings: drivers/usb/host/isp1362-hcd.c:715:6: warning: Value stored to 'index' during its initialization is never read drivers/usb/host/isp1362-hcd.c:2254:2: warning: Value stored to 'total' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/early')
0 files changed, 0 insertions, 0 deletions