aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/hda_intel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index e7a60402b23f..d0627723f7a8 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1266,8 +1266,10 @@ static irqreturn_t azx_interrupt(int irq, void *dev_id)
1266 1266
1267 spin_lock(&chip->reg_lock); 1267 spin_lock(&chip->reg_lock);
1268 1268
1269 if (chip->disabled) 1269 if (chip->disabled) {
1270 spin_unlock(&chip->reg_lock);
1270 return IRQ_NONE; 1271 return IRQ_NONE;
1272 }
1271 1273
1272 status = azx_readl(chip, INTSTS); 1274 status = azx_readl(chip, INTSTS);
1273 if (status == 0) { 1275 if (status == 0) {