diff options
Diffstat (limited to 'net/atm/pppoatm.c')
-rw-r--r-- | net/atm/pppoatm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/pppoatm.c b/net/atm/pppoatm.c index ce1e59fdae7b..226dca989448 100644 --- a/net/atm/pppoatm.c +++ b/net/atm/pppoatm.c | |||
@@ -283,7 +283,7 @@ static int pppoatm_send(struct ppp_channel *chan, struct sk_buff *skb) | |||
283 | kfree_skb(n); | 283 | kfree_skb(n); |
284 | goto nospace; | 284 | goto nospace; |
285 | } | 285 | } |
286 | kfree_skb(skb); | 286 | consume_skb(skb); |
287 | skb = n; | 287 | skb = n; |
288 | if (skb == NULL) | 288 | if (skb == NULL) |
289 | return DROP_PACKET; | 289 | return DROP_PACKET; |