summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>2023-05-19 21:56:10 +0200
committerMark Brown <broonie@kernel.org>2023-05-22 11:18:46 +0100
commitdb756c5c35dfcf820c2b0d7eec526e8dfe79a96d (patch)
treeaa57bf83af316cc6c543cbf6ec3818a2f15be1e1 /sound/soc/soc-topology.c
parent5308540278d776e10519db144cb0cf3b3dd7ffbf (diff)
downloadlinux-stable-db756c5c35dfcf820c2b0d7eec526e8dfe79a96d.tar.gz
linux-stable-db756c5c35dfcf820c2b0d7eec526e8dfe79a96d.tar.bz2
linux-stable-db756c5c35dfcf820c2b0d7eec526e8dfe79a96d.zip
ASoC: topology: Remove redundant log
soc_tplg_dapm_complete() logs all the failures in detail already. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20230519195611.4068853-5-amadeuszx.slawinski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-topology.c')
-rw-r--r--sound/soc/soc-topology.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 0249e915eafe..9bb4c6d2a2c9 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -2510,9 +2510,6 @@ static int soc_tplg_process_headers(struct soc_tplg *tplg)
/* signal DAPM we are complete */
ret = soc_tplg_dapm_complete(tplg);
- if (ret < 0)
- dev_err(tplg->dev,
- "ASoC: failed to initialise DAPM from Firmware\n");
return ret;
}