Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373679
b: refs/heads/master
c: a3dbbc2
h: refs/heads/master
i:
  373677: 26c9a1a
  373675: 1bf8d0b
  373671: 1f19aed
  373663: 2ca1c9f
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed May 6, 2013
1 parent 9e477eb commit 629c3a2
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: 243198d09f535f5cd74114f1b779c3da25bc70c8
refs/heads/master: a3dbbc2bab8d9a6e55fc0af3906d1dddbc0c531e
2 changes: 1 addition & 1 deletion trunk/net/core/netpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static void netpoll_poll_dev(struct net_device *dev)
* the dev_open/close paths use this to block netpoll activity
* while changing device state
*/
if (!down_trylock(&ni->dev_lock))
if (down_trylock(&ni->dev_lock))
return;

if (!netif_running(dev)) {
Expand Down

0 comments on commit 629c3a2

Please sign in to comment.