diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2013-07-15 21:41:32 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-07-15 15:46:13 +0200 |
commit | 68593c9340847662ac1d337b3c5621a1f4ca05db (patch) | |
tree | befcfb70e859ea9668c98f93061b3d29466adba6 /sound/pci/rme9652 | |
parent | a067c035a0d90b919386aadb545e1630875a3c75 (diff) | |
download | op-kernel-dev-68593c9340847662ac1d337b3c5621a1f4ca05db.zip op-kernel-dev-68593c9340847662ac1d337b3c5621a1f4ca05db.tar.gz |
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')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index a3a71ac..ec6335e 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; } |