Bluetooth: Convert controller hdev->type to hdev->bus
[linux-block.git] / drivers / bluetooth / hci_ldisc.c
index aa0919386b8ce5e2176a60e13076089be96cd485..76a1abb8f2142772bd1993bf99d5771dcd1d980a 100644 (file)
@@ -383,7 +383,7 @@ static int hci_uart_register_dev(struct hci_uart *hu)
 
        hu->hdev = hdev;
 
-       hdev->type = HCI_UART;
+       hdev->bus = HCI_UART;
        hdev->driver_data = hu;
 
        hdev->open  = hci_uart_open;