Re: [PATCH 1/1] forcedeth: replace pci_map_single with dma_map_single functions
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
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 a/drivers/net/ethernet/nvidia/forcedet