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://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a749730afc224ac11f4eff3df58a42494a0f035;p=pandora-kernel.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 --- Reading git-diff-tree failed