aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2013-07-15 09:41:32 -0400
committerTakashi Iwai <tiwai@suse.de>2013-07-15 09:46:13 -0400
commit68593c9340847662ac1d337b3c5621a1f4ca05db (patch)
treebefcfb70e859ea9668c98f93061b3d29466adba6
parenta067c035a0d90b919386aadb545e1630875a3c75 (diff)
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 <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/rme9652/hdspm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index a3a71ac513f1..ec6335e2fda0 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)
1250 else if (hdspm->control_register & 1250 else if (hdspm->control_register &
1251 HDSPM_DoubleSpeed) 1251 HDSPM_DoubleSpeed)
1252 return rate * 2; 1252 return rate * 2;
1253 }; 1253 }
1254 return rate; 1254 return rate;
1255} 1255}
1256 1256