Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96075
b: refs/heads/master
c: 5f6b1ea
h: refs/heads/master
i:
  96073: e6b9bc3
  96071: 0f0b0a4
v: v3
  • Loading branch information
David S. Miller committed May 6, 2008
1 parent 5b767b5 commit b5f4f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19443178fbfbf40db15c86012fc37df1a44ab857
refs/heads/master: 5f6b1ea41b46bc63f667f9b30d939b49734c20b0
2 changes: 2 additions & 0 deletions trunk/net/atm/br2684.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ static void br2684_push(struct atm_vcc *atmvcc, struct sk_buff *skb)
list_del(&brdev->br2684_devs);
write_unlock_irq(&devs_lock);
unregister_netdev(net_dev);
free_netdev(net_dev);
}
return;
}
Expand Down Expand Up @@ -770,6 +771,7 @@ static void __exit br2684_exit(void)

list_del(&brdev->br2684_devs);
unregister_netdev(net_dev);
free_netdev(net_dev);
}
}

Expand Down

0 comments on commit b5f4f7a

Please sign in to comment.