From: Andrew Victor Date: Tue, 5 Dec 2006 13:37:02 +0000 (+0200) Subject: [PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb() X-Git-Tag: v2.6.20-rc1~145^2^2~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f63e4f4be0da938771d754e846ff0019f9d42e;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed