Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233626
b: refs/heads/master
c: 8dde924
h: refs/heads/master
v: v3
  • Loading branch information
Henry Nestler authored and David S. Miller committed Feb 23, 2011
1 parent 62d453b commit 2bfe3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9e924cf4078e377b84e2fd24ae11a61be7c6f5a3
refs/heads/master: 8dde924217fdf5b69f6cbbdca099d077ba269ad0
2 changes: 1 addition & 1 deletion trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ static void dm9000_timeout(struct net_device *dev)
unsigned long flags;

/* Save previous register address */
reg_save = readb(db->io_addr);
spin_lock_irqsave(&db->lock, flags);
reg_save = readb(db->io_addr);

netif_stop_queue(dev);
dm9000_reset(db);
Expand Down

0 comments on commit 2bfe3fb

Please sign in to comment.