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:
e446630
)
net: remove redundant code
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 30 Mar 2010 05:02:15 +0000
(
05:02
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 31 Mar 2010 06:51:10 +0000
(23:51 -0700)
eth_type_trans(skb, netdev) does the "skb->dev = netdev;"
initialization, we can remove it from various network drivers.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found