Unverified Commit b3ec3eb2 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown
Browse files

ASoC: SOF: ipc4: remove use of __func__ in dev_dbg

parent 298e3aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ static void sof_ipc4_rx_msg(struct snd_sof_dev *sdev)
		data_size = sizeof(struct sof_ipc4_notify_resource_data);
		break;
	default:
		dev_dbg(sdev->dev, "%s: Unhandled DSP message: %#x|%#x\n", __func__,
		dev_dbg(sdev->dev, "Unhandled DSP message: %#x|%#x\n",
			ipc4_msg->primary, ipc4_msg->extension);
		break;
	}