diff options
Diffstat (limited to 'drivers/bluetooth/bt3c_cs.c')
-rw-r--r-- | drivers/bluetooth/bt3c_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bt3c_cs.c b/drivers/bluetooth/bt3c_cs.c index 9f5926aaf57f..027cb8bf650f 100644 --- a/drivers/bluetooth/bt3c_cs.c +++ b/drivers/bluetooth/bt3c_cs.c | |||
@@ -582,7 +582,7 @@ static int bt3c_open(bt3c_info_t *info) | |||
582 | 582 | ||
583 | info->hdev = hdev; | 583 | info->hdev = hdev; |
584 | 584 | ||
585 | hdev->type = HCI_PCCARD; | 585 | hdev->bus = HCI_PCCARD; |
586 | hdev->driver_data = info; | 586 | hdev->driver_data = info; |
587 | SET_HCIDEV_DEV(hdev, &info->p_dev->dev); | 587 | SET_HCIDEV_DEV(hdev, &info->p_dev->dev); |
588 | 588 | ||