[PATCH] ASoC: codecs: lpass-rx-macro: remove nneeded semicolon

From: 13145886936
Date: Fri Jun 25 2021 - 09:12:04 EST


From: gushengxian <gushengxian@xxxxxxxxxx>

Remove an unneeded semicolon.

Signed-off-by: gushengxian <gushengxian@xxxxxxxxxx>
---
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