git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51cc210
)
[PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()
author
Andrew Victor
<andrew@sanpeople.com>
Tue, 5 Dec 2006 13:37:02 +0000
(15:37 +0200)
committer
Jeff 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