From: kernel test robot <lkp(a)intel.com>
sound/soc/codecs/lpass-rx-macro.c:2595:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 6ce5857ca6fe ("UPSTREAM: ASoC: codecs: lpass-rx-macro: add dapm widgets and
route")
CC: Srinivas Kandagatla <srinivas.kandagatla(a)linaro.org>
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
tree:
https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: 28c642245b57aef20a0aae8bcf797f51f645099d
commit: 6ce5857ca6fe561f71e16f3fdd30c0ab911cfade [12/29] UPSTREAM: ASoC: codecs:
lpass-rx-macro: add dapm widgets and route
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
lpass-rx-macro.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/lpass-rx-macro.c
+++ b/sound/soc/codecs/lpass-rx-macro.c
@@ -2592,7 +2592,7 @@ static int rx_macro_enable_rx_path_clk(s
break;
default:
break;
- };
+ }
return 0;
}