Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195084
b: refs/heads/master
c: 93135a3
h: refs/heads/master
v: v3
  • Loading branch information
Mike McCormack authored and David S. Miller committed May 14, 2010
1 parent 1d70e14 commit e8f0848
Show file tree
Hide file tree
Showing 2 changed files with 3 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: df01093bb08916f434ebedde4610805d4105d05f
refs/heads/master: 93135a3be0d909fabca9c4329177f71ae71b6847
4 changes: 2 additions & 2 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3320,10 +3320,10 @@ static void sky2_restart(struct work_struct *work)

rtnl_lock();

napi_disable(&hw->napi);
synchronize_irq(hw->pdev->irq);
imask = sky2_read32(hw, B0_IMSK);
sky2_write32(hw, B0_IMSK, 0);
synchronize_irq(hw->pdev->irq);
napi_disable(&hw->napi);

for (i = 0; i < hw->ports; i++) {
struct net_device *dev = hw->dev[i];
Expand Down

0 comments on commit e8f0848

Please sign in to comment.