Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188935
b: refs/heads/master
c: 6937c94
h: refs/heads/master
i:
  188933: a3958ab
  188931: 50d50d1
  188927: 7056ffa
v: v3
  • Loading branch information
Mark Brown committed Mar 19, 2010
1 parent d94766b commit 71c8b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fdb6b1e195757a66670801702e4b5fcc66ed3d72
refs/heads/master: 6937c947d31186750f72c9f8c942bbcc6fe63585
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm_hubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static void wait_for_dc_servo(struct snd_soc_codec *codec)
msleep(1);
reg = snd_soc_read(codec, WM8993_DC_SERVO_READBACK_0);
dev_dbg(codec->dev, "DC servo: %x\n", reg);
} while (reg & WM8993_DCS_DATAPATH_BUSY);
} while (reg & WM8993_DCS_DATAPATH_BUSY && count < 400);

if (reg & WM8993_DCS_DATAPATH_BUSY)
dev_err(codec->dev, "Timed out waiting for DC Servo\n");
Expand Down

0 comments on commit 71c8b29

Please sign in to comment.