aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r--drivers/bluetooth/btusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index a699f09ddf7c..5d9cc53bd643 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -939,7 +939,7 @@ static int btusb_probe(struct usb_interface *intf,
939 return -ENOMEM; 939 return -ENOMEM;
940 } 940 }
941 941
942 hdev->type = HCI_USB; 942 hdev->bus = HCI_USB;
943 hdev->driver_data = data; 943 hdev->driver_data = data;
944 944
945 data->hdev = hdev; 945 data->hdev = hdev;