Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e859ce4c authored by Ian Campbell's avatar Ian Campbell Committed by David S. Miller
Browse files

netxen: convert to SKB paged frag API.



Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
Cc: Sony Chacko <sony.chacko@qlogic.com>
Cc: Rajesh Borundia <rajesh.borundia@qlogic.com>
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f106358b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1844,8 +1844,8 @@ netxen_map_tx_skb(struct pci_dev *pdev,
		frag = &skb_shinfo(skb)->frags[i];
		nf = &pbuf->frag_array[i+1];

		map = pci_map_page(pdev, frag->page, frag->page_offset,
				frag->size, PCI_DMA_TODEVICE);
		map = skb_frag_dma_map(&pdev->dev, frag, 0, frag->size,
				       PCI_DMA_TODEVICE);
		if (pci_dma_mapping_error(pdev, map))
			goto unwind;