From: Zhu Yanjun <yanjun....@oracle.com>
Date: Sun, 19 Nov 2017 09:05:31 -0500

> @@ -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.

Reply via email to