Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: SOF: Intel: remove unneeded dev_vdbg

This patch removes an unneeded dev_vdbg call in hda-stream.

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-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Noah Klayman and committed by
Mark Brown
032e7c68 baedc630

-3
-3
sound/soc/sof/intel/hda-stream.c
··· 93 93 bdl++; 94 94 hstream->frags++; 95 95 offset += chunk; 96 - 97 - dev_vdbg(sdev->dev, "bdl, frags:%d, chunk size:0x%x;\n", 98 - hstream->frags, chunk); 99 96 } 100 97 101 98 *bdlp = bdl;