[PATCH 05/13] ASoC: SOF: Intel: mtl: remove use of __func__ in dev_dbg
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Thu Jun 16 23:53:43 CEST 2022
The module and function information can be added with
'modprobe foo dyndbg=+pmf'
Suggested-by: Greg KH <gregkh at linuxfoundation.org>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan at linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi at linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao at linux.intel.com>
---
sound/soc/sof/intel/mtl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sound/soc/sof/intel/mtl.c b/sound/soc/sof/intel/mtl.c
index 37be77beb415f..3a043589c12bb 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;
--
2.34.1
More information about the Alsa-devel
mailing list