aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci_vhci.c')
-rw-r--r--drivers/bluetooth/hci_vhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c
index 7595274103fd..bb0aefdb4267 100644
--- a/drivers/bluetooth/hci_vhci.c
+++ b/drivers/bluetooth/hci_vhci.c
@@ -236,7 +236,7 @@ static int vhci_open(struct inode *inode, struct file *file)
236 236
237 data->hdev = hdev; 237 data->hdev = hdev;
238 238
239 hdev->type = HCI_VIRTUAL; 239 hdev->bus = HCI_VIRTUAL;
240 hdev->driver_data = data; 240 hdev->driver_data = data;
241 241
242 hdev->open = vhci_open_dev; 242 hdev->open = vhci_open_dev;