Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75293
b: refs/heads/master
c: d238998
h: refs/heads/master
i:
  75291: 583934b
v: v3
  • Loading branch information
Linus Torvalds committed Jan 8, 2008
1 parent 33dd7a6 commit efec46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b59f8197c5ddd0d5d74b663650be5449dacd34aa
refs/heads/master: d238998fbfa49f30b02f0a5de5294ca53c58348c
3 changes: 1 addition & 2 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,7 @@ static unsigned int azx_rirb_get_response(struct hda_codec *codec)
}
if (!chip->rirb.cmds)
return chip->rirb.res; /* the last value */
udelay(10);
cond_resched();
schedule_timeout_uninterruptible(1);
} while (time_after_eq(timeout, jiffies));

if (chip->msi) {
Expand Down

0 comments on commit efec46a

Please sign in to comment.