Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46586
b: refs/heads/master
c: b7e36bf
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina authored and Jeff Garzik committed Feb 7, 2007
1 parent 46434dc commit e7c8de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0d38ff1d3d34ca9ae2a61cf98cf47530f9d51dee
refs/heads/master: b7e36bfa9ffa2f6097b622ba07a95d823db553e4
3 changes: 1 addition & 2 deletions trunk/drivers/net/amd8111e.c
Original file line number Diff line number Diff line change
Expand Up @@ -1334,8 +1334,7 @@ static irqreturn_t amd8111e_interrupt(int irq, void *dev_id)
static void amd8111e_poll(struct net_device *dev)
{
unsigned long flags;
local_save_flags(flags);
local_irq_disable();
local_irq_save(flags);
amd8111e_interrupt(0, dev);
local_irq_restore(flags);
}
Expand Down

0 comments on commit e7c8de2

Please sign in to comment.