Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: ftdi-elan: remove redundant continue statement in a while-loop

The continue statement at the end of the while-loop is redundant,
remove it.

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

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
269072a3 42601e35

-1
-1
drivers/usb/misc/ftdi-elan.c
··· 2098 2098 } else 2099 2099 d += sprintf(d, " .."); 2100 2100 bytes_read += 1; 2101 - continue; 2102 2101 } 2103 2102 goto more; 2104 2103 } else if (packet_bytes > 1) {