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

ASoC: arizona: Clarify logging for FLL lock status interrupt

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 3ef8ac0d
...@@ -732,7 +732,7 @@ static irqreturn_t arizona_fll_lock(int irq, void *data) ...@@ -732,7 +732,7 @@ static irqreturn_t arizona_fll_lock(int irq, void *data)
{ {
struct arizona_fll *fll = data; struct arizona_fll *fll = data;
arizona_fll_dbg(fll, "Locked\n"); arizona_fll_dbg(fll, "Lock status changed\n");
complete(&fll->lock); complete(&fll->lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment