Commit 6b315958 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: arizona: Clarify logging for FLL lock status interrupt

parent 3ef8ac0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@ static irqreturn_t arizona_fll_lock(int irq, void *data)
{
	struct arizona_fll *fll = data;

	arizona_fll_dbg(fll, "Locked\n");
	arizona_fll_dbg(fll, "Lock status changed\n");

	complete(&fll->lock);