Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277926
b: refs/heads/master
c: fe685b8
h: refs/heads/master
v: v3
  • Loading branch information
Jorge Boncompte [DTI2] authored and David S. Miller committed Nov 22, 2011
1 parent bc6487c commit 4dba8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: e348c5e7de4a759a94eed4d0303ba81a4939f8b9
refs/heads/master: fe685b80469996149ca28c74062f72b5879c1607
9 changes: 1 addition & 8 deletions trunk/net/atm/br2684.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,15 +557,8 @@ static int br2684_regvcc(struct atm_vcc *atmvcc, void __user * arg)
skb_queue_splice_init(rq, &queue);
spin_unlock_irqrestore(&rq->lock, flags);

skb_queue_walk_safe(&queue, skb, tmp) {
struct net_device *dev;

skb_queue_walk_safe(&queue, skb, tmp)
br2684_push(atmvcc, skb);
dev = skb->dev;

dev->stats.rx_bytes -= skb->len;
dev->stats.rx_packets--;
}

/* initialize netdev carrier state */
if (atmvcc->dev->signal == ATM_PHY_SIG_LOST)
Expand Down

0 comments on commit 4dba8d0

Please sign in to comment.