net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
authorIan Campbell <ian.campbell@citrix.com>
Thu, 6 Oct 2011 10:10:48 +0000 (11:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Oct 2011 20:17:20 +0000 (16:17 -0400)
When I converted some drivers from pci_map_page to skb_frag_dma_map I
neglected to convert PCI_DMA_xDEVICE into DMA_x_DEVICE and
pci_dma_mapping_error into dma_mapping_error.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found