Commit 68593c93 authored by Fengguang Wu's avatar Fengguang Wu Committed by Takashi Iwai

ALSA: hdspm - remove unneeded semicolon

sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon

Generated by: coccinelle/misc/semicolon.cocci
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a067c035
...@@ -1250,7 +1250,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate) ...@@ -1250,7 +1250,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate)
else if (hdspm->control_register & else if (hdspm->control_register &
HDSPM_DoubleSpeed) HDSPM_DoubleSpeed)
return rate * 2; return rate * 2;
}; }
return rate; return rate;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment