diff options
Diffstat (limited to 'drivers/bluetooth/hci_ll.c')
-rw-r--r-- | drivers/bluetooth/hci_ll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c index 58a9541feba6..69a90b1b5ff5 100644 --- a/drivers/bluetooth/hci_ll.c +++ b/drivers/bluetooth/hci_ll.c | |||
@@ -110,7 +110,6 @@ static int send_hcill_cmd(u8 cmd, struct hci_uart *hu) | |||
110 | /* prepare packet */ | 110 | /* prepare packet */ |
111 | hcill_packet = (struct hcill_cmd *) skb_put(skb, 1); | 111 | hcill_packet = (struct hcill_cmd *) skb_put(skb, 1); |
112 | hcill_packet->cmd = cmd; | 112 | hcill_packet->cmd = cmd; |
113 | skb->dev = (void *) hu->hdev; | ||
114 | 113 | ||
115 | /* send packet */ | 114 | /* send packet */ |
116 | skb_queue_tail(&ll->txq, skb); | 115 | skb_queue_tail(&ll->txq, skb); |