summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-utils.c
diff options
context:
space:
mode:
authorNoah Klayman <noah.klayman@intel.com>2022-09-19 14:21:05 +0200
committerMark Brown <broonie@kernel.org>2022-09-19 16:44:06 +0200
commit4a232cc910b943947a52da363bce1265911555f7 (patch)
treeaec35fa6ca7bafca0664898b3da8b1de1b80a59d /sound/soc/sof/sof-utils.c
parentASoC: SOF: Intel: remove unneeded dev_vdbg (diff)
downloadlinux-4a232cc910b943947a52da363bce1265911555f7.tar.xz
linux-4a232cc910b943947a52da363bce1265911555f7.zip
ASoC: SOF: remove unneeded dev_vdbg
This patch removes some unneeded dev_vdbg calls. Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Noah Klayman <noah.klayman@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220919122108.43764-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/sof-utils.c')
-rw-r--r--sound/soc/sof/sof-utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sof/sof-utils.c b/sound/soc/sof/sof-utils.c
index a3300ecee062..b6345a7345af 100644
--- a/sound/soc/sof/sof-utils.c
+++ b/sound/soc/sof/sof-utils.c
@@ -45,8 +45,6 @@ int snd_sof_create_page_table(struct device *dev,
u32 pfn = snd_sgbuf_get_addr(dmab, i * PAGE_SIZE) >> PAGE_SHIFT;
u8 *pg_table;
- dev_vdbg(dev, "pfn i %i idx %d pfn %x\n", i, idx, pfn);
-
pg_table = (u8 *)(page_table + idx);
/*