]> err.no Git - linux-2.6/blobdiff - drivers/net/a2065.c
Pull percpu-dtc into release branch
[linux-2.6] / drivers / net / a2065.c
index b38fc65005eb0079193cea42f84af49c2642d53a..1226cbba0450dd477bc90475a77f49955026f344 100644 (file)
@@ -598,7 +598,7 @@ static int lance_start_xmit (struct sk_buff *skb, struct net_device *dev)
        ib->btx_ring [entry].length = (-len) | 0xf000;
        ib->btx_ring [entry].misc = 0;
 
-       memcpy ((char *)&ib->tx_buf [entry][0], skb->data, skblen);
+       skb_copy_from_linear_data(skb, &ib->tx_buf [entry][0], skblen);
 
        /* Clear the slack of the packet, do I need this? */
        if (len != skblen)