Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47508
b: refs/heads/master
c: cb4a10c
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 11, 2007
1 parent 7ff9787 commit fd05fcf
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f0a0ba6d69882ae14f24d7eb6e2ae07f30fbd56a
refs/heads/master: cb4a10ccb0c5b5b02dec1a4a97cba1e8b2c2a325
5 changes: 5 additions & 0 deletions trunk/drivers/char/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,11 @@ static irqreturn_t isicom_interrupt(int irq, void *dev_id)
return IRQ_NONE;

base = card->base;

/* did the card interrupt us? */
if (!(inw(base + 0x0e) & 0x02))
return IRQ_NONE;

spin_lock(&card->card_lock);

/*
Expand Down

0 comments on commit fd05fcf

Please sign in to comment.