Skip to content

Commit 73f3d94

Browse files
Colin Ian Kinggregkh
authored andcommitted
USB: UDC: net2280: remove redundant continue statement
The continue statement at the end of a for-loop has no effect, remove it. Signed-off-by: Colin Ian King <[email protected]> Addresses-Coverity: ("Continue has no effect") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d6963f2 commit 73f3d94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/usb/gadget/udc/net2280.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,8 +2825,6 @@ static void defect7374_workaround(struct net2280 *dev, struct usb_ctrlrequest r)
28252825
* - Wait and try again.
28262826
*/
28272827
udelay(DEFECT_7374_PROCESSOR_WAIT_TIME);
2828-
2829-
continue;
28302828
}
28312829

28322830

0 commit comments

Comments
 (0)