aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bfusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/bfusb.c')
-rw-r--r--drivers/bluetooth/bfusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c
index 2a00707aba3b..005919ab043c 100644
--- a/drivers/bluetooth/bfusb.c
+++ b/drivers/bluetooth/bfusb.c
@@ -703,7 +703,7 @@ static int bfusb_probe(struct usb_interface *intf, const struct usb_device_id *i
703 703
704 data->hdev = hdev; 704 data->hdev = hdev;
705 705
706 hdev->type = HCI_USB; 706 hdev->bus = HCI_USB;
707 hdev->driver_data = data; 707 hdev->driver_data = data;
708 SET_HCIDEV_DEV(hdev, &intf->dev); 708 SET_HCIDEV_DEV(hdev, &intf->dev);
709 709