diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-02-08 09:27:07 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-27 08:05:38 -0500 |
commit | c13854cef4751000b968d4e8ac95796562d5b96f (patch) | |
tree | 0955205615783cfdf112c9bbf264ef1fe57409ed /drivers/bluetooth/dtl1_cs.c | |
parent | 10f7891f998e84acfa31ac9c5a0fea052c39ecb8 (diff) |
Bluetooth: Convert controller hdev->type to hdev->bus
The hdev->type is misnamed and should be actually hdev->bus instead. So
convert it now.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
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 | ||