Signed-off-by: Ian Campbell <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Sebastian Poehn <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---
 drivers/net/gianfar.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c
index 2659daa..6586937 100644
--- a/drivers/net/gianfar.c
+++ b/drivers/net/gianfar.c
@@ -2140,11 +2140,11 @@ static int gfar_start_xmit(struct sk_buff *skb, struct 
net_device *dev)
                        if (i == nr_frags - 1)
                                lstatus |= BD_LFLAG(TXBD_LAST | TXBD_INTERRUPT);
 
-                       bufaddr = dma_map_page(&priv->ofdev->dev,
-                                       skb_shinfo(skb)->frags[i].page,
-                                       skb_shinfo(skb)->frags[i].page_offset,
-                                       length,
-                                       DMA_TO_DEVICE);
+                       bufaddr = skb_frag_dma_map(&priv->ofdev->dev,
+                                                  &skb_shinfo(skb)->frags[i],
+                                                  0,
+                                                  length,
+                                                  DMA_TO_DEVICE);
 
                        /* set the TxBD length and buffer pointer */
                        txbdp->bufPtr = bufaddr;
-- 
1.7.2.5

_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to