From: Julia Lawall Date: Wed, 14 Nov 2007 13:30:43 +0000 (+0100) Subject: [ALSA] sound/pci: Drop unnecessary continue X-Git-Tag: v2.6.25-rc1~1127^2~252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a749730afc224ac11f4eff3df58a42494a0f035;p=platform%2Fkernel%2Flinux-exynos.git [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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 4bb9764..312373c 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -2146,7 +2146,6 @@ static int __devinit snd_intel8x0_mixer(struct intel8x0 *chip, int ac97_clock, snd_printk(KERN_ERR "Unable to initialize codec #%d\n", i); if (i == 0) goto __err; - continue; } } /* tune up the primary codec */