[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210625122410.471691-1-13145886936@163.com>
Date: Fri, 25 Jun 2021 05:24:10 -0700
From: 13145886936@....com
To: perex@...ex.cz, tiwai@...e.com, alsa-devel@...a-project.org
Cc: linux-kernel@...r.kernel.org, gushengxian <gushengxian@...ong.com>
Subject: [PATCH] ASoC: codecs: lpass-rx-macro: remove nneeded semicolon
From: gushengxian <gushengxian@...ong.com>
Remove an unneeded semicolon.
Signed-off-by: gushengxian <gushengxian@...ong.com>
---
sound/soc/codecs/lpass-rx-macro.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/lpass-rx-macro.c b/sound/soc/codecs/lpass-rx-macro.c
index 171ab7f519c0..3622961f7c2c 100644
--- a/sound/soc/codecs/lpass-rx-macro.c
+++ b/sound/soc/codecs/lpass-rx-macro.c
@@ -2628,7 +2628,7 @@ static int rx_macro_enable_rx_path_clk(struct snd_soc_dapm_widget *w,
break;
default:
break;
- };
+ }
return 0;
}
--
2.25.1
Powered by blists - more mailing lists