Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133195
b: refs/heads/master
c: 3966175
h: refs/heads/master
i:
  133193: 245cc7b
  133191: dd613cd
v: v3
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Mar 9, 2009
1 parent 2e0339a commit 246ee33
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: 6da6711385165eff76411b77974eec13c5ef6486
refs/heads/master: 39661758631da37efbc961e57a4ddefad573cc52
2 changes: 1 addition & 1 deletion trunk/sound/ppc/burgundy.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ snd_pmac_burgundy_busy_wait(struct snd_pmac *chip)
int timeout = 50;
while ((in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) && timeout--)
udelay(1);
if (! timeout)
if (timeout < 0)
printk(KERN_DEBUG "burgundy_busy_wait: timeout\n");
}

Expand Down

0 comments on commit 246ee33

Please sign in to comment.