commit | a3f63e4f4be0da938771d754e846ff0019f9d42e | [log] [tgz] |
---|---|---|
author | Andrew Victor <andrew@sanpeople.com> | Tue Dec 05 15:37:02 2006 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Dec 07 04:58:32 2006 -0500 |
tree | bbf52899d47775a517a10c76693826bc3efa85d5 | |
parent | 51cc21045714cc9f48eb6901d95eb4e552ef2ca4 [diff] |
[PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb() 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>