From 3a749730afc224ac11f4eff3df58a42494a0f035 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Wed, 14 Nov 2007 14:30:43 +0100 Subject: [PATCH] [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-format-patch failed