From: Pierre-Louis Bossart Date: Thu, 16 Jun 2022 21:53:48 +0000 (-0500) Subject: ASoC: SOF: sof-client: remove use of __func__ in dev_dbg X-Git-Tag: v6.1-rc5~574^2~6^2~171^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=298e3aba1b56d19dcb70e10ffe93057d1ddd18f6;p=platform%2Fkernel%2Flinux-starfive.git ASoC: SOF: sof-client: remove use of __func__ in dev_dbg The module and function information can be added with 'modprobe foo dyndbg=+pmf' Suggested-by: Greg KH Signed-off-by: Pierre-Louis Bossart Reviewed-by: Ranjani Sridharan Reviewed-by: Péter Ujfalusi Reviewed-by: Bard Liao Link: https://lore.kernel.org/r/20220616215351.135643-11-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c index 16cca66..125aa21 100644 --- a/sound/soc/sof/sof-client.c +++ b/sound/soc/sof/sof-client.c @@ -383,8 +383,8 @@ void sof_client_ipc_rx_dispatcher(struct snd_sof_dev *sdev, void *msg_buf) msg_type = SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary); } else { - dev_dbg_once(sdev->dev, "%s: Not supported IPC version: %d\n", - __func__, sdev->pdata->ipc_type); + dev_dbg_once(sdev->dev, "Not supported IPC version: %d\n", + sdev->pdata->ipc_type); return; }