mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
ASoC: arizona: Clarify logging for FLL lock status interrupt
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
3ef8ac0d7b
commit
6b315958d3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user