Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / bluetooth / hci_vhci.c
index 7595274103fd61025f1a54f8e88092d97013ea8b..bb0aefdb4267c47c88f408033a6998fdd408206a 100644 (file)
@@ -236,7 +236,7 @@ static int vhci_open(struct inode *inode, struct file *file)
 
        data->hdev = hdev;
 
-       hdev->type = HCI_VIRTUAL;
+       hdev->bus = HCI_VIRTUAL;
        hdev->driver_data = data;
 
        hdev->open     = vhci_open_dev;
This page took 0.029531 seconds and 5 git commands to generate.