projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b35f4
)
ASoC: topology: Remove unneeded semicolon
author
Amadeusz Sławiński
<amadeuszx.slawinski@linux.intel.com>
Wed, 15 Apr 2020 16:24:34 +0000
(12:24 -0400)
committer
Mark Brown
<broonie@kernel.org>
Wed, 15 Apr 2020 17:15:16 +0000
(18:15 +0100)
There is unnecessary semicolon after last bracket of if statement,
remove it.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link:
https://lore.kernel.org/r/20200415162435.31859-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-topology.c
b/sound/soc/soc-topology.c
index
33e8d18
..
a5cd737
100644
(file)
--- 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;