diff options
Diffstat (limited to 'drivers/bluetooth/hci_nokia.c')
| -rw-r--r-- | drivers/bluetooth/hci_nokia.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_nokia.c b/drivers/bluetooth/hci_nokia.c index 6463350b7977..05f7f6de6863 100644 --- a/drivers/bluetooth/hci_nokia.c +++ b/drivers/bluetooth/hci_nokia.c @@ -520,7 +520,7 @@ static int nokia_enqueue(struct hci_uart *hu, struct sk_buff *skb)  		err = skb_pad(skb, 1);  		if (err)  			return err; -		skb_put_u8(skb, 0x00); +		skb_put(skb, 1);  	}  	skb_queue_tail(&btdev->txq, skb);  |