Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278328
b: refs/heads/master
c: 340e8dc
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Dec 2, 2011
1 parent 83400a3 commit da5344b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: b3613118eb30a589d971e4eccbbb2a1314f5dfd4
refs/heads/master: 340e8dc1fb4032b6c8334c9bff20b2aec42ecfd8
9 changes: 0 additions & 9 deletions trunk/net/atm/clip.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,6 @@ static netdev_tx_t clip_start_xmit(struct sk_buff *skb,
}
n = dst_get_neighbour(dst);
if (!n) {
#if 0
n = clip_find_neighbour(skb_dst(skb), 1);
if (!n) {
dev_kfree_skb(skb); /* lost that one */
dev->stats.tx_dropped++;
return 0;
}
dst_set_neighbour(dst, n);
#endif
pr_err("NO NEIGHBOUR !\n");
dev_kfree_skb(skb);
dev->stats.tx_dropped++;
Expand Down

0 comments on commit da5344b

Please sign in to comment.