usb: host: u132-hcd: remove redundant continue statements
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jun 2021 12:38:26 +0000 (13:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jun 2021 13:31:50 +0000 (15:31 +0200)
commitd6963f22da2ed9c1778be28e87b4453b51be921f
treec3b53c07b509bf0d38db7d86613909ec291fb715
parente56621580755d40551f3fae5766907ae1c24d1fc
usb: host: u132-hcd: remove redundant continue statements

There are continue statements at the end of loops that have
no effect and are redundant. Remove them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Continue has no effect")
Link: https://lore.kernel.org/r/20210617123826.13764-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/u132-hcd.c