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/btsdio.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/btsdio.c')
-rw-r--r-- | drivers/bluetooth/btsdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btsdio.c b/drivers/bluetooth/btsdio.c index 7e298275c8f6..76e5127884f0 100644 --- a/drivers/bluetooth/btsdio.c +++ b/drivers/bluetooth/btsdio.c | |||
@@ -326,7 +326,7 @@ static int btsdio_probe(struct sdio_func *func, | |||
326 | return -ENOMEM; | 326 | return -ENOMEM; |
327 | } | 327 | } |
328 | 328 | ||
329 | hdev->type = HCI_SDIO; | 329 | hdev->bus = HCI_SDIO; |
330 | hdev->driver_data = data; | 330 | hdev->driver_data = data; |
331 | 331 | ||
332 | data->hdev = hdev; | 332 | data->hdev = hdev; |