Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177143
b: refs/heads/master
c: 671c880
h: refs/heads/master
i:
  177141: 6fbdcad
  177139: a9d8d8a
  177135: 1564a07
v: v3
  • Loading branch information
Ken Kawasaki authored and David S. Miller committed Dec 14, 2009
1 parent 1669216 commit 32694d0
Show file tree
Hide file tree
Showing 3 changed files with 9 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: e0802793f6f65242760089d8d85a50098706dd26
refs/heads/master: 671c8806c25d06407e348690c09d7c37521eda32
4 changes: 4 additions & 0 deletions trunk/drivers/net/pcmcia/3c574_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,11 @@ static void media_check(unsigned long arg)
if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) {
if (!lp->fast_poll)
printk(KERN_INFO "%s: interrupt(s) dropped!\n", dev->name);

local_irq_save(flags);
el3_interrupt(dev->irq, dev);
local_irq_restore(flags);

lp->fast_poll = HZ;
}
if (lp->fast_poll) {
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/net/pcmcia/3c589_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,11 @@ static void media_check(unsigned long arg)
(inb(ioaddr + EL3_TIMER) == 0xff)) {
if (!lp->fast_poll)
printk(KERN_WARNING "%s: interrupt(s) dropped!\n", dev->name);

local_irq_save(flags);
el3_interrupt(dev->irq, dev);
local_irq_restore(flags);

lp->fast_poll = HZ;
}
if (lp->fast_poll) {
Expand Down

0 comments on commit 32694d0

Please sign in to comment.