diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_ldisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 3c6cabcb7d84..48ad2a7ab080 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c | |||
@@ -398,6 +398,7 @@ static int hci_uart_register_dev(struct hci_uart *hu) | |||
398 | hdev->flush = hci_uart_flush; | 398 | hdev->flush = hci_uart_flush; |
399 | hdev->send = hci_uart_send_frame; | 399 | hdev->send = hci_uart_send_frame; |
400 | hdev->destruct = hci_uart_destruct; | 400 | hdev->destruct = hci_uart_destruct; |
401 | hdev->parent = hu->tty->dev; | ||
401 | 402 | ||
402 | hdev->owner = THIS_MODULE; | 403 | hdev->owner = THIS_MODULE; |
403 | 404 | ||