Re: [PATCH net-next] r8169: fix DMA issue on MIPS platform

2019-08-23 Thread David Miller
From: Heiner Kallweit Date: Fri, 23 Aug 2019 20:07:26 +0200 > As reported by Aaro this patch causes network problems on > MIPS Loongson platform. Therefore revert it. > > Fixes: f072218cca5b ("r8169: remove not needed call to > dma_sync_single_for_device") > Signed-off-by: Heiner Kallweit > Re

[PATCH net-next] r8169: fix DMA issue on MIPS platform

2019-08-23 Thread Heiner Kallweit
As reported by Aaro this patch causes network problems on MIPS Loongson platform. Therefore revert it. Fixes: f072218cca5b ("r8169: remove not needed call to dma_sync_single_for_device") Signed-off-by: Heiner Kallweit Reported-by: Aaro Koskinen --- drivers/net/ethernet/realtek/r8169_main.c | 4