Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150934
b: refs/heads/master
c: 81fbbf6
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jun 13, 2009
1 parent f37b3a5 commit 279a3d4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 98ca4a46d27348476c9196ebc0a0c5297431d90f
refs/heads/master: 81fbbf60408ad6b98ff72120de948cb7fd2498d0
3 changes: 2 additions & 1 deletion trunk/net/atm/lec.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ static int lec_start_xmit(struct sk_buff *skb, struct net_device *dev)
printk("%s:No lecd attached\n", dev->name);
dev->stats.tx_errors++;
netif_stop_queue(dev);
return -EUNATCH;
kfree_skb(skb);
return NETDEV_TX_OK;
}

pr_debug("skbuff head:%lx data:%lx tail:%lx end:%lx\n",
Expand Down

0 comments on commit 279a3d4

Please sign in to comment.