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 fc2130f1776a..a278d98a9151 100644
--- a/drivers/bluetooth/hci_vhci.c
+++ b/drivers/bluetooth/hci_vhci.c
@@ -276,7 +276,7 @@ static int vhci_open(struct inode *inode, struct file *file)
276 276
277 data->hdev = hdev; 277 data->hdev = hdev;
278 278
279 hdev->type = HCI_VHCI; 279 hdev->type = HCI_VIRTUAL;
280 hdev->driver_data = data; 280 hdev->driver_data = data;
281 281
282 hdev->open = vhci_open_dev; 282 hdev->open = vhci_open_dev;