Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194653
b: refs/heads/master
c: 8753d29
h: refs/heads/master
i:
  194651: 55e0b08
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed May 5, 2010
1 parent 642c8fd commit 7dfd530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 0a12761bcd5646691c5d16dd93df84d1b8849285
refs/heads/master: 8753d29fd5daf890004a38c80835e1eb3acda394
6 changes: 0 additions & 6 deletions trunk/drivers/net/pppoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,6 @@ static void pppoe_flush_dev(struct net_device *dev)
struct pppoe_net *pn;
int i;

BUG_ON(dev == NULL);

pn = pppoe_pernet(dev_net(dev));
if (!pn) /* already freed */
return;

write_lock_bh(&pn->hash_lock);
for (i = 0; i < PPPOE_HASH_SIZE; i++) {
struct pppox_sock *po = pn->hash_table[i];
Expand Down

0 comments on commit 7dfd530

Please sign in to comment.