mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
ASoC: SOF: ipc3-dtrace: remove use of __func__ in dev_dbg
The module and function information can be added with 'modprobe foo dyndbg=+pmf' Suggested-by: Greg KH <gregkh@linuxfoundation.org> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20220616215351.135643-7-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b837870fe1
commit
9fd8fcd034
@ -470,7 +470,7 @@ static int ipc3_dtrace_enable(struct snd_sof_dev *sdev)
|
||||
dev_err(sdev->dev, "Host dtrace init failed: %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
dev_dbg(sdev->dev, "%s: stream_tag: %d\n", __func__, params.stream_tag);
|
||||
dev_dbg(sdev->dev, "stream_tag: %d\n", params.stream_tag);
|
||||
|
||||
/* send IPC to the DSP */
|
||||
priv->dtrace_state = SOF_DTRACE_INITIALIZING;
|
||||
@ -544,8 +544,7 @@ static int ipc3_dtrace_init(struct snd_sof_dev *sdev)
|
||||
goto table_err;
|
||||
|
||||
priv->dma_trace_pages = ret;
|
||||
dev_dbg(sdev->dev, "%s: dma_trace_pages: %d\n", __func__,
|
||||
priv->dma_trace_pages);
|
||||
dev_dbg(sdev->dev, "dma_trace_pages: %d\n", priv->dma_trace_pages);
|
||||
|
||||
if (sdev->first_boot) {
|
||||
ret = debugfs_create_dtrace(sdev);
|
||||
|
Loading…
Reference in New Issue
Block a user