diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-25 09:35:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-25 09:35:12 +0300 |
commit | 1b0db64fb7693c1a131b7bcc38f7bc63fb396850 (patch) | |
tree | f393ebcc4496de2424d3f624c3623194e19c8b22 /drivers/bluetooth/hci_ldisc.c | |
parent | 26f70e1202b3c66c4f63b8b25e0419dd0b3a91e3 (diff) | |
parent | 5db5e44cdcdc5ee9cc821bd4d63445af0bb34bce (diff) | |
download | linux-1b0db64fb7693c1a131b7bcc38f7bc63fb396850.tar.xz |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Diffstat (limited to 'drivers/bluetooth/hci_ldisc.c')
-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) hdev->flush = hci_uart_flush; hdev->send = hci_uart_send_frame; hdev->destruct = hci_uart_destruct; + hdev->parent = hu->tty->dev; hdev->owner = THIS_MODULE; |