From edc8a7375cffe11b9476ac5182dc89164bee1dc6 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 18 May 2012 10:36:11 +0300 Subject: [PATCH] --- yaml --- r: 307991 b: refs/heads/master c: 6091106297933c5cf0e4470df9a5f4e703674391 h: refs/heads/master i: 307989: 6f5196281d5ae1279c74d7bbda830e0fc5e4b8bc 307987: 053b087f410d2bba59393f2fb107ca76dc52be1d 307983: 41d8fb122f85c9b2c563198026eae774cbb91da7 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f8a4a819edf9..5d0d71a80338 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a82d51ed24bb7994f1f3dff18ec2eefe19385840 +refs/heads/master: 6091106297933c5cf0e4470df9a5f4e703674391 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index e7a60402b23f..d0627723f7a8 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -1266,8 +1266,10 @@ static irqreturn_t azx_interrupt(int irq, void *dev_id) spin_lock(&chip->reg_lock); - if (chip->disabled) + if (chip->disabled) { + spin_unlock(&chip->reg_lock); return IRQ_NONE; + } status = azx_readl(chip, INTSTS); if (status == 0) {