Bluetooth: Convert controller hdev->type to hdev->bus
[deliverable/linux.git] / drivers / bluetooth / btsdio.c
index 7e298275c8f663b45fc04f57e5499c9f372b62d5..76e5127884f05bc948c3a6d2b306a07483dbd033 100644 (file)
@@ -326,7 +326,7 @@ static int btsdio_probe(struct sdio_func *func,
                return -ENOMEM;
        }
 
-       hdev->type = HCI_SDIO;
+       hdev->bus = HCI_SDIO;
        hdev->driver_data = data;
 
        data->hdev = hdev;
This page took 0.039766 seconds and 5 git commands to generate.