diff options
Diffstat (limited to 'drivers/bluetooth/hci_ldisc.c')
-rw-r--r-- | drivers/bluetooth/hci_ldisc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 76a1abb8f214..e8beffe80b31 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c | |||
@@ -210,7 +210,6 @@ static int hci_uart_close(struct hci_dev *hdev) | |||
210 | static int hci_uart_send_frame(struct sk_buff *skb) | 210 | static int hci_uart_send_frame(struct sk_buff *skb) |
211 | { | 211 | { |
212 | struct hci_dev* hdev = (struct hci_dev *) skb->dev; | 212 | struct hci_dev* hdev = (struct hci_dev *) skb->dev; |
213 | struct tty_struct *tty; | ||
214 | struct hci_uart *hu; | 213 | struct hci_uart *hu; |
215 | 214 | ||
216 | if (!hdev) { | 215 | if (!hdev) { |
@@ -222,7 +221,6 @@ static int hci_uart_send_frame(struct sk_buff *skb) | |||
222 | return -EBUSY; | 221 | return -EBUSY; |
223 | 222 | ||
224 | hu = (struct hci_uart *) hdev->driver_data; | 223 | hu = (struct hci_uart *) hdev->driver_data; |
225 | tty = hu->tty; | ||
226 | 224 | ||
227 | BT_DBG("%s: type %d len %d", hdev->name, bt_cb(skb)->pkt_type, skb->len); | 225 | BT_DBG("%s: type %d len %d", hdev->name, bt_cb(skb)->pkt_type, skb->len); |
228 | 226 | ||