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); } }