Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159201
b: refs/heads/master
c: 59e57f4
h: refs/heads/master
i:
  159199: 33f1858
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 27, 2009
1 parent f6e262f commit 8153d62
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: 72dccb01e8632aa5ffe58070003d0fa19d007116
refs/heads/master: 59e57f4417507b1e71f6e5af3eb7e68e6477ac94
2 changes: 1 addition & 1 deletion trunk/net/phonet/pn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct net_device *phonet_device_get(struct net *net)
{
struct phonet_device_list *pndevs = phonet_device_list(net);
struct phonet_device *pnd;
struct net_device *dev;
struct net_device *dev = NULL;

spin_lock_bh(&pndevs->lock);
list_for_each_entry(pnd, &pndevs->list, list) {
Expand Down

0 comments on commit 8153d62

Please sign in to comment.