Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307991
b: refs/heads/master
c: 6091106
h: refs/heads/master
i:
  307989: 6f51962
  307987: 053b087
  307983: 41d8fb1
v: v3
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed May 18, 2012
1 parent a570b8a commit edc8a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a82d51ed24bb7994f1f3dff18ec2eefe19385840
refs/heads/master: 6091106297933c5cf0e4470df9a5f4e703674391
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit edc8a73

Please sign in to comment.