Re: [PATCH net-next 1/1] forcedeth: replace pci_unmap_page with dma_unmap_page From: David Miller <davem@davemloft.net> Date: 2017-11-20 02:38:25 From: Zhu Yanjun <redacted> Date: Sun, 19 Nov 2017 09:05:31 -0500 quoted hunk ↗ jump to hunk@@ -1986,7 +1986,7 @@ static void nv_unmap_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) tx_skb->dma_len, DMA_TO_DEVICE); else - pci_unmap_page(np->pci_dev, tx_skb->dma, + dma_unmap_page(&np->pci_dev->dev, tx_skb->dma, tx_skb->dma_len, PCI_DMA_TODEVICE); So you're going to call a dma_*() function using a PCI_DMA_* direction flag? Please correct this. Thank you.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help