projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff896c
)
net: m68k/nfeth: Remove wrong usage of dev->flags
author
Michał Mirosław
<mirq-linux@rere.qmqm.pl>
Thu, 14 Jul 2011 21:38:17 +0000
(14:38 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 14 Jul 2011 21:38:17 +0000
(14:38 -0700)
Remove wrong setting of dev->flags. NETIF_F_NO_CSUM maps to IFF_DEBUG
there, so looks like a mistake.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/m68k/emu/nfeth.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/emu/nfeth.c
b/arch/m68k/emu/nfeth.c
index 3c55312ecb15527bd6c16f9b6417f4f0cb6858b8..c5748bb4ea718291f856591a6b417c2b82a6abd9 100644
(file)
--- a/
arch/m68k/emu/nfeth.c
+++ b/
arch/m68k/emu/nfeth.c
@@
-205,7
+205,6
@@
static struct net_device * __init nfeth_probe(int unit)
dev->irq = nfEtherIRQ;
dev->netdev_ops = &nfeth_netdev_ops;
- dev->flags |= NETIF_F_NO_CSUM;
memcpy(dev->dev_addr, mac, ETH_ALEN);
priv = netdev_priv(dev);