[PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()
authorAndrew Victor <andrew@sanpeople.com>
Tue, 5 Dec 2006 13:37:02 +0000 (15:37 +0200)
committerJeff Garzik <jeff@garzik.org>
Thu, 7 Dec 2006 09:58:32 +0000 (04:58 -0500)
Use dev_alloc_skb() instead of alloc_skb().

It is also not necessary to adjust skb->len manually since that's
already done by skb_put().

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found