dect
/
linux-2.6
Archived
13
0
Fork 0

[ATM] idt77252: Fix double kfree_skb on failure in push_rx_skb

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-03-20 11:52:34 -03:00 committed by David S. Miller
parent 6b88dd966b
commit f2adc98667
1 changed files with 0 additions and 1 deletions

View File

@ -1839,7 +1839,6 @@ push_rx_skb(struct idt77252_dev *card, struct sk_buff *skb, int queue)
skb_put(skb, SAR_FB_SIZE_3);
break;
default:
dev_kfree_skb(skb);
return -1;
}