[PATCH 1/2] ASoC: topology: Remove unneeded semicolon
Amadeusz Sławiński
amadeuszx.slawinski at linux.intel.com
Wed Apr 15 18:24:34 CEST 2020
There is unnecessary semicolon after last bracket of if statement,
remove it.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski at linux.intel.com>
---
sound/soc/soc-topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 33e8d189ba2f..a5cd73742dc5 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -2390,7 +2390,7 @@ static int soc_tplg_link_elems_load(struct soc_tplg *tplg,
tplg->pos += le32_to_cpu(hdr->size) +
le32_to_cpu(hdr->payload_size);
return 0;
- };
+ }
/* check the element size and count */
link = (struct snd_soc_tplg_link_config *)tplg->pos;
--
2.17.1
More information about the Alsa-devel
mailing list