From: Fengguang Wu Date: Mon, 15 Jul 2013 13:41:32 +0000 (+0800) Subject: ALSA: hdspm - remove unneeded semicolon X-Git-Tag: v3.12-rc1~150^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68593c9340847662ac1d337b3c5621a1f4ca05db;p=thirdparty%2Fkernel%2Flinux.git ALSA: hdspm - remove unneeded semicolon sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon Generated by: coccinelle/misc/semicolon.cocci Reported-by: Fengguang Wu Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index a3a71ac513f10..ec6335e2fda0d 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1250,7 +1250,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate) else if (hdspm->control_register & HDSPM_DoubleSpeed) return rate * 2; - }; + } return rate; }