15 Jul
2013
15 Jul
'13
3:41 p.m.
sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon
Generated by: coccinelle/misc/semicolon.cocci
Reported-by: Fengguang Wu fengguang.wu@intel.com ---
cocci-output-13040-790f4c-hdspm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct else if (hdspm->control_register & HDSPM_DoubleSpeed) return rate * 2; - }; + } return rate; }