commit | c13854cef4751000b968d4e8ac95796562d5b96f | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Feb 08 15:27:07 2010 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Feb 27 14:05:38 2010 +0100 |
tree | 0955205615783cfdf112c9bbf264ef1fe57409ed | |
parent | 10f7891f998e84acfa31ac9c5a0fea052c39ecb8 [diff] [blame] |
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>
diff --git a/drivers/bluetooth/btsdio.c b/drivers/bluetooth/btsdio.c index 7e29827..76e5127 100644 --- a/drivers/bluetooth/btsdio.c +++ b/drivers/bluetooth/btsdio.c
@@ -326,7 +326,7 @@ return -ENOMEM; } - hdev->type = HCI_SDIO; + hdev->bus = HCI_SDIO; hdev->driver_data = data; data->hdev = hdev;