summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2007-11-14 13:30:43 (GMT)
committerJaroslav Kysela <perex@perex.cz>2008-01-31 16:29:23 (GMT)
commit3a749730afc224ac11f4eff3df58a42494a0f035 (patch)
tree703b5c200b18b46fe2ade8151ed179204f3b061f /sound/soc
parent61dc35de78d2b28e3c28fd7a352ef8c4ff63f42d (diff)
downloadlinux-fsl-qoriq-3a749730afc224ac11f4eff3df58a42494a0f035.tar.xz
[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>
Diffstat (limited to 'sound/soc')
0 files changed, 0 insertions, 0 deletions