Re: [PATCH 1/1] forcedeth: replace pci_map_single with dma_map_single functions

2017-09-18 Thread David Miller
From: Zhu Yanjun Date: Thu, 14 Sep 2017 23:01:51 -0400 > pci_map_single functions are obsolete. So replace them with > dma_map_single functions. > > Signed-off-by: Zhu Yanjun Applied, thanks.

[PATCH 1/1] forcedeth: replace pci_map_single with dma_map_single functions

2017-09-14 Thread Zhu Yanjun
pci_map_single functions are obsolete. So replace them with dma_map_single functions. Signed-off-by: Zhu Yanjun --- drivers/net/ethernet/nvidia/forcedeth.c | 70 + 1 file changed, 36 insertions(+), 34 deletions(-) diff --git