Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81508
b: refs/heads/master
c: 9b1fffd
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 68fded1 commit d41ecae
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 27da183402ac5ca7d5a4c4704c4a405cd1009c43
refs/heads/master: 9b1fffddc80949fb4aa93fdcc57544bc2108ced3
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@ static unsigned int azx_rirb_get_response(struct hda_codec *codec)
}
if (!chip->rirb.cmds)
return chip->rirb.res; /* the last value */
schedule_timeout_uninterruptible(1);
udelay(10);
cond_resched();
} while (time_after_eq(timeout, jiffies));

if (chip->msi) {
Expand Down

0 comments on commit d41ecae

Please sign in to comment.