From: Noah Klayman Date: Mon, 19 Sep 2022 12:21:04 +0000 (+0200) Subject: ASoC: SOF: Intel: remove unneeded dev_vdbg X-Git-Tag: v6.6.17~5842^2~29^2~81^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=032e7c68bb4f4d977d2dd7f7629771973131f15e;p=platform%2Fkernel%2Flinux-rpi.git ASoC: SOF: Intel: remove unneeded dev_vdbg This patch removes an unneeded dev_vdbg call in hda-stream. Reviewed-by: Bard Liao Reviewed-by: Péter Ujfalusi Signed-off-by: Noah Klayman Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20220919122108.43764-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/hda-stream.c b/sound/soc/sof/intel/hda-stream.c index b58662f..8344363 100644 --- a/sound/soc/sof/intel/hda-stream.c +++ b/sound/soc/sof/intel/hda-stream.c @@ -93,9 +93,6 @@ static int hda_setup_bdle(struct snd_sof_dev *sdev, bdl++; hstream->frags++; offset += chunk; - - dev_vdbg(sdev->dev, "bdl, frags:%d, chunk size:0x%x;\n", - hstream->frags, chunk); } *bdlp = bdl;