summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c
diff options
context:
space:
mode:
authorFengguang Wu2013-07-15 15:41:32 +0200
committerTakashi Iwai2013-07-15 15:46:13 +0200
commit68593c9340847662ac1d337b3c5621a1f4ca05db (patch)
treebefcfb70e859ea9668c98f93061b3d29466adba6 /sound/pci/rme9652/hdspm.c
parentMerge branch 'for-3.12' into for-next (diff)
downloadkernel-qcow2-linux-68593c9340847662ac1d337b3c5621a1f4ca05db.tar.gz
kernel-qcow2-linux-68593c9340847662ac1d337b3c5621a1f4ca05db.tar.xz
kernel-qcow2-linux-68593c9340847662ac1d337b3c5621a1f4ca05db.zip
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>
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-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)
else if (hdspm->control_register &
HDSPM_DoubleSpeed)
return rate * 2;
- };
+ }
return rate;
}