Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2832
b: refs/heads/master
c: 6ca4f65
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Moyer authored and David S. Miller committed Jun 23, 2005
1 parent 15462d3 commit 5f8a2c1
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: f31f5f051269746179b01017fc5e3dcf6b37c67e
refs/heads/master: 6ca4f65e6b390d09e1de7280cf9fd4f5d8e4b48b
2 changes: 1 addition & 1 deletion trunk/include/linux/netpoll.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static inline void netpoll_poll_lock(struct net_device *dev)
static inline void netpoll_poll_unlock(struct net_device *dev)
{
if (dev->np) {
spin_unlock(&dev->np->poll_lock);
dev->np->poll_owner = -1;
spin_unlock(&dev->np->poll_lock);
}
}

Expand Down

0 comments on commit 5f8a2c1

Please sign in to comment.