Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211497
b: refs/heads/master
c: 5518b29
h: refs/heads/master
i:
  211495: a0829fb
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Oct 11, 2010
1 parent 030f534 commit a11c199
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: f1ee89d5b007620353fb7dec1d34db4baa1a5571
refs/heads/master: 5518b29f225dbdf47ded02cf229ff8225a2cdf82
2 changes: 1 addition & 1 deletion trunk/net/atm/mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb)
eg->packets_rcvd++;
mpc->eg_ops->put(eg);

memset(ATM_SKB(skb), 0, sizeof(struct atm_skb_data));
memset(ATM_SKB(new_skb), 0, sizeof(struct atm_skb_data));
netif_rx(new_skb);
}

Expand Down

0 comments on commit a11c199

Please sign in to comment.