Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293148
b: refs/heads/master
c: c6b76d1
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Mar 16, 2012
1 parent 7a4ff69 commit 839e013
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0717d0f5d2737a63650a8d928360769e0d411bd5
refs/heads/master: c6b76d1f02e2ab1109d8549877a3a24c6a2b4587
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ static irqreturn_t vortex_interrupt(int irq, void *dev_id)
hwread(vortex->mmio, VORTEX_IRQ_STAT);
handled = 1;
}
if (source & IRQ_MIDI) {
if ((source & IRQ_MIDI) && vortex->rmidi) {
snd_mpu401_uart_interrupt(vortex->irq,
vortex->rmidi->private_data);
handled = 1;
Expand Down

0 comments on commit 839e013

Please sign in to comment.