projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a067c03
)
ALSA: hdspm - remove unneeded semicolon
author
Fengguang Wu
<fengguang.wu@intel.com>
Mon, 15 Jul 2013 13:41:32 +0000
(21:41 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 15 Jul 2013 13:46:13 +0000
(15:46 +0200)
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>
sound/pci/rme9652/hdspm.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/rme9652/hdspm.c
b/sound/pci/rme9652/hdspm.c
index a3a71ac513f103ede41c3be36b5009c7385bfc09..ec6335e2fda0df2c7f000c0e8ea43ab81608eab4 100644
(file)
--- 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;
}