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

ASoC: SOF: Intel: mtl: remove use of __func__ in dev_dbg

parent 8bf064f8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;