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

Commit c80c1d54 authored by Joe Perches's avatar Joe Perches Committed by Takashi Iwai
Browse files

ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2fb50f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ static void xrun_log(struct snd_pcm_substream *substream,
	entry->jiffies = jiffies;
	entry->pos = pos;
	entry->period_size = runtime->period_size;
	entry->buffer_size = runtime->buffer_size;;
	entry->buffer_size = runtime->buffer_size;
	entry->old_hw_ptr = runtime->status->hw_ptr;
	entry->hw_ptr_base = runtime->hw_ptr_base;
	log->idx = (log->idx + 1) % XRUN_LOG_CNT;