]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/bluetooth/dtl1_cs.c
Driver for the Atmel on-chip SSC on AT32AP and AT91
[linux-2.6-omap-h63xx.git] / drivers / bluetooth / dtl1_cs.c
index 459aa97937ab65e25eae168406d9782ad1b14245..7f9c54b9964a22fac39628bba97a322ffb76353a 100644 (file)
@@ -425,7 +425,7 @@ static int dtl1_hci_send_frame(struct sk_buff *skb)
                return -ENOMEM;
 
        skb_reserve(s, NSHL);
-       memcpy(skb_put(s, skb->len), skb->data, skb->len);
+       skb_copy_from_linear_data(skb, skb_put(s, skb->len), skb->len);
        if (skb->len & 0x0001)
                *skb_put(s, 1) = 0;     /* PAD */