Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65080
b: refs/heads/master
c: 21d0c83
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Sep 20, 2007
1 parent 67488d8 commit 22b6698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5588b40d7c2bff75ee573ed42d1738c73ce24492
refs/heads/master: 21d0c83302fb742b7ffb6089d40196166102f5ed
3 changes: 1 addition & 2 deletions trunk/drivers/net/pppoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,7 @@ static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb)
dev->hard_header(skb, dev, ETH_P_PPP_SES,
po->pppoe_pa.remote, NULL, data_len);

if (dev_queue_xmit(skb) < 0)
goto abort;
dev_queue_xmit(skb);

return 1;

Expand Down

0 comments on commit 22b6698

Please sign in to comment.