summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_ldisc.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-02-25 09:35:12 +0300
committerDavid S. Miller <davem@davemloft.net>2011-02-25 09:35:12 +0300
commit1b0db64fb7693c1a131b7bcc38f7bc63fb396850 (patch)
treef393ebcc4496de2424d3f624c3623194e19c8b22 /drivers/bluetooth/hci_ldisc.c
parent26f70e1202b3c66c4f63b8b25e0419dd0b3a91e3 (diff)
parent5db5e44cdcdc5ee9cc821bd4d63445af0bb34bce (diff)
downloadlinux-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.c1
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;