Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9726
b: refs/heads/master
c: 4f55cd1
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Denis Boyer authored and David S. Miller committed Oct 7, 2005
1 parent 84e2359 commit 88a72f1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0f21ba7cc3320d33459ecb3f538f1a42040c29cd
refs/heads/master: 4f55cd105c38af4aa157804729d694f864fbc78a
2 changes: 1 addition & 1 deletion trunk/net/atm/br2684.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int br2684_start_xmit(struct sk_buff *skb, struct net_device *dev)
/* netif_stop_queue(dev); */
dev_kfree_skb(skb);
read_unlock(&devs_lock);
return -EUNATCH;
return 0;
}
if (!br2684_xmit_vcc(skb, brdev, brvcc)) {
/*
Expand Down

0 comments on commit 88a72f1

Please sign in to comment.