aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2007-11-14 14:30:43 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:23 +0100
commit3a749730afc224ac11f4eff3df58a42494a0f035 (patch)
tree703b5c200b18b46fe2ade8151ed179204f3b061f /sound/pci/hda/patch_analog.c
parent61dc35de78d2b28e3c28fd7a352ef8c4ff63f42d (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>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
0 files changed, 0 insertions, 0 deletions