diff options
Diffstat (limited to 'drivers/bluetooth/dtl1_cs.c')
-rw-r--r-- | drivers/bluetooth/dtl1_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c index 697591941e17..17788317c51a 100644 --- a/drivers/bluetooth/dtl1_cs.c +++ b/drivers/bluetooth/dtl1_cs.c | |||
@@ -485,7 +485,7 @@ static int dtl1_open(dtl1_info_t *info) | |||
485 | 485 | ||
486 | info->hdev = hdev; | 486 | info->hdev = hdev; |
487 | 487 | ||
488 | hdev->type = HCI_PCCARD; | 488 | hdev->bus = HCI_PCCARD; |
489 | hdev->driver_data = info; | 489 | hdev->driver_data = info; |
490 | SET_HCIDEV_DEV(hdev, &info->p_dev->dev); | 490 | SET_HCIDEV_DEV(hdev, &info->p_dev->dev); |
491 | 491 | ||