Julia Lawall a6a01369fd USB: Drop unnecessary continue in a few drivers
Continue is not needed at the bottom of a loop.

The semantic patch implementing this change is as follows:

@@
@@

for (...;...;...) {
   ...
   if (...) {
     ...
-   continue;
   }
}

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-01 14:34:51 -08:00
..
2007-08-20 23:38:44 -07:00
2007-10-12 14:55:18 -07:00
2007-10-12 14:55:18 -07:00
2007-10-12 14:55:23 -07:00
2007-08-20 23:38:44 -07:00
2007-11-28 13:58:32 -08:00
2007-07-12 16:34:29 -07:00
2008-01-27 18:14:47 +01:00
2007-07-12 16:34:30 -07:00
2007-10-12 14:55:23 -07:00
2005-04-16 15:20:36 -07:00
2007-10-12 14:55:19 -07:00
2007-10-12 14:55:23 -07:00
2007-03-09 19:52:23 -08:00