Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156859
b: refs/heads/master
c: cf39c4c
h: refs/heads/master
i:
  156857: 00f8f17
  156855: 8913fb2
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 5, 2009
1 parent 49d6c80 commit 817aab6
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: 476181cb05c6a3aea3ef42309388e255c934a06f
refs/heads/master: cf39c4c572dc54adbdf8933d1e6cd87ee94d8fc0
2 changes: 1 addition & 1 deletion trunk/net/phonet/pn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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 817aab6

Please sign in to comment.