Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206781
b: refs/heads/master
c: 1654766
h: refs/heads/master
i:
  206779: dea5c51
v: v3
  • Loading branch information
Stefan Richter committed Jul 27, 2010
1 parent 65f02b8 commit ae6acfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55e77c06c6017a70630cf599770369b8ba07c841
refs/heads/master: 165476671f731b4c3d6cf401d0e1886f4a4f4a8e
4 changes: 4 additions & 0 deletions trunk/drivers/firewire/nosy.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ irq_handler(int irq, void *device)

pci_int_status = reg_read(lynx, PCI_INT_STATUS);

if (pci_int_status == ~0)
/* Card was ejected. */
return IRQ_NONE;

if ((pci_int_status & PCI_INT_INT_PEND) == 0)
/* Not our interrupt, bail out quickly. */
return IRQ_NONE;
Expand Down

0 comments on commit ae6acfa

Please sign in to comment.