Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 512e4002 authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller
Browse files

net: m68k/nfeth: Remove wrong usage of dev->flags



Remove wrong setting of dev->flags. NETIF_F_NO_CSUM maps to IFF_DEBUG
there, so looks like a mistake.

Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eff896ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);