Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}