net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMA
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2019 10:45:14 +0000 (11:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2019 19:30:14 +0000 (11:30 -0800)
commit7ca2c4c2ca9e09d6be888baca61a10891ea93bda
tree90779c5ac7a62e280a8a51084e3fcc94058f684c
parent051a07ec7a3def775c599547e5ce69bd59c43794
net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMA

Set NETIF_F_HIGHDMA together with the NETIF_F_IP_CSUM flag instead of
letting the second assignment overwrite it.  Probably doesn't matter
in practice as none of the systems an IOC3 is usually found in has
highmem to start with.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sgi/ioc3-eth.c