Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81455
b: refs/heads/master
c: 27ed7ce
h: refs/heads/master
i:
  81453: 088d9de
  81451: e0e72fb
  81447: ec57f07
  81439: 2a6d9fe
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 0c7bb3a commit 20ee941
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: 3f03f7c586471f376eab497ab33394ab086f5301
refs/heads/master: 27ed7ceda58d147dea27cd7443915f140c2665a6
2 changes: 1 addition & 1 deletion trunk/sound/isa/ad1848/ad1848_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static void snd_ad1848_mce_down(struct snd_ad1848 *chip)
for (timeout = 12000; timeout > 0 && (inb(AD1848P(chip, REGSEL)) & AD1848_INIT); timeout--)
udelay(100);

snd_printdd("(1) timeout = %d\n", timeout);
snd_printdd("(1) timeout = %ld\n", timeout);

#ifdef CONFIG_SND_DEBUG
if (inb(AD1848P(chip, REGSEL)) & AD1848_INIT)
Expand Down

0 comments on commit 20ee941

Please sign in to comment.