Skip to content

Commit

Permalink
ASoC: arizona: Clarify logging for FLL lock status interrupt
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Sep 12, 2012
1 parent 3ef8ac0 commit 6b31595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6b31595

Please sign in to comment.