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:
7c41c42
)
net: fix typo in freescale/ucc_geth.c
author
Michael Neuling
<mikey@neuling.org>
Mon, 8 Oct 2012 23:52:25 +0000
(10:52 +1100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 9 Oct 2012 04:21:38 +0000
(
00:21
-0400)
The following patch:
acb600d net: remove skb recycling
added dev_free_skb() to drivers/net/ethernet/freescale/ucc_geth.c
This is a typo and should be dev_kfree_skb(). This fixes this.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found