From: Joe Perches Date: Mon, 15 Nov 2010 03:05:02 +0000 (-0800) Subject: ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c80c1d542744dd7851cc8da748c6ada99680fb4d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons Signed-off-by: Joe Perches Signed-off-by: Takashi Iwai --- diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c index a1707cca9c66..b75db8e9cc0f 100644 --- a/sound/core/pcm_lib.c +++ b/sound/core/pcm_lib.c @@ -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;