Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369373
b: refs/heads/master
c: 53759be
h: refs/heads/master
i:
  369371: 80473b3
v: v3
  • Loading branch information
dingtianhong authored and David S. Miller committed Apr 22, 2013
1 parent c6bfb85 commit 2f0b879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 3fb62c5d3fc1821f50c6003e582713857a520f6b
refs/heads/master: 53759be99772f39db5148a7066a768066592a1e7
4 changes: 1 addition & 3 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static inline void rps_unlock(struct softnet_data *sd)
}

/* Device list insertion */
static int list_netdevice(struct net_device *dev)
static void list_netdevice(struct net_device *dev)
{
struct net *net = dev_net(dev);

Expand All @@ -214,8 +214,6 @@ static int list_netdevice(struct net_device *dev)
write_unlock_bh(&dev_base_lock);

dev_base_seq_inc(net);

return 0;
}

/* Device list removal
Expand Down

0 comments on commit 2f0b879

Please sign in to comment.