diff options
Diffstat (limited to 'drivers/bluetooth/hci_ldisc.c')
-rw-r--r-- | drivers/bluetooth/hci_ldisc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 4426bb552bd9..cb46bf52a19a 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c | |||
@@ -399,8 +399,8 @@ static int hci_uart_register_dev(struct hci_uart *hu) | |||
399 | 399 | ||
400 | hdev->owner = THIS_MODULE; | 400 | hdev->owner = THIS_MODULE; |
401 | 401 | ||
402 | if (reset) | 402 | if (!reset) |
403 | set_bit(HCI_QUIRK_RESET_ON_INIT, &hdev->quirks); | 403 | set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); |
404 | 404 | ||
405 | if (hci_register_dev(hdev) < 0) { | 405 | if (hci_register_dev(hdev) < 0) { |
406 | BT_ERR("Can't register HCI device"); | 406 | BT_ERR("Can't register HCI device"); |