From 61c6ff445f7c3cea6658c2a114822a7d54ad314d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 3 Aug 2010 14:39:04 +0200 Subject: [PATCH] --- yaml --- r: 206491 b: refs/heads/master c: 08af495f22f43eff3b5a347dc10384ebcf356e41 h: refs/heads/master i: 206489: 95fe3ef87647d023600c30c6df0a468fe1775416 206487: b8e78b48a37c26998040b571ad3ecade12218461 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ded3663f660b..5fad6344f6af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 92f10b3f5d53f9e35da5285eb8ea4bc88082b71e +refs/heads/master: 08af495f22f43eff3b5a347dc10384ebcf356e41 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index f8a2f5aa4026..66d420212d9a 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -1961,7 +1961,7 @@ static void azx_irq_pending_work(struct work_struct *work) spin_unlock_irq(&chip->reg_lock); if (!pending) return; - cond_resched(); + msleep(1); } }