summaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/mtl.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2022-06-17 00:53:43 +0300
committerMark Brown <broonie@kernel.org>2022-06-17 12:46:40 +0300
commitb837870fe17f21cf80b15d143c9ea0bc6b342741 (patch)
treed25a9e49d2aef61d00fd6d0ec9fb42bd3ab22b07 /sound/soc/sof/intel/mtl.c
parent8bf064f8e439d9b92a023a54adc657f920f4e1a8 (diff)
downloadlinux-b837870fe17f21cf80b15d143c9ea0bc6b342741.tar.xz
ASoC: SOF: Intel: mtl: 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-6-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/mtl.c')
-rw-r--r--sound/soc/sof/intel/mtl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/sof/intel/mtl.c b/sound/soc/sof/intel/mtl.c
index 37be77beb415..3a043589c12b 100644
--- a/sound/soc/sof/intel/mtl.c
+++ b/sound/soc/sof/intel/mtl.c
@@ -540,8 +540,7 @@ static irqreturn_t mtl_ipc_irq_thread(int irq, void *context)
if (!ipc_irq) {
/* This interrupt is not shared so no need to return IRQ_NONE. */
- dev_dbg_ratelimited(sdev->dev, "%s nothing to do in IPC IRQ thread\n",
- __func__);
+ dev_dbg_ratelimited(sdev->dev, "nothing to do in IPC IRQ thread\n");
}
return IRQ_HANDLED;