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>
This commit is contained in:
Fengguang Wu 2013-07-15 21:41:32 +08:00 committed by Takashi Iwai
parent a067c035a0
commit 68593c9340
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}