commit | 3a749730afc224ac11f4eff3df58a42494a0f035 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Wed Nov 14 14:30:43 2007 +0100 |
committer | Jaroslav Kysela <perex@perex.cz> | Thu Jan 31 17:29:23 2008 +0100 |
tree | 703b5c200b18b46fe2ade8151ed179204f3b061f | |
parent | 61dc35de78d2b28e3c28fd7a352ef8c4ff63f42d [diff] |
[ALSA] sound/pci: Drop unnecessary continue 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: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>