[alsa-devel] [PATCH] hdspm - remove unneeded semicolon
sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon
Generated by: coccinelle/misc/semicolon.cocci
Reported-by: Fengguang Wu fengguang.wu@intel.com ---
cocci-output-13040-790f4c-hdspm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct else if (hdspm->control_register & HDSPM_DoubleSpeed) return rate * 2; - }; + } return rate; }
At Mon, 15 Jul 2013 21:41:32 +0800, Fengguang Wu wrote:
sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon
Generated by: coccinelle/misc/semicolon.cocci
Reported-by: Fengguang Wu fengguang.wu@intel.com
Thanks, applied.
Takashi
cocci-output-13040-790f4c-hdspm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct else if (hdspm->control_register & HDSPM_DoubleSpeed) return rate * 2;
- };
- } return rate;
}
participants (2)
-
Fengguang Wu
-
Takashi Iwai